#F26D3E

Color #F26D3E Burnt Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Orange #F26D3E

Tints of Burnt Orange #F26D3E

Color information

#F26D3E (or 0xF26D3E) is unknown color: approx Burnt Orange. HEX triplet: F2, 6D and 3E. RGB value is (242,109,62). Sum of RGB (Red+Green+Blue) = 242+109+62=413 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.60% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 62 (24.61% from 255 or 15.01% from 413); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26D3E is #0D92C1. Grayscale: #8F8F8F. Windows color (decimal): -889538 or 4091378. OLE color: 4091378.

HSL color Cylindrical-coordinate representation of color #F26D3E: hue angle of 15.67º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F26D3E is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB24210962-
CMYK00.550.740.05
HSL15.67º87.38%59.61%-
HSV(B)15.67º74.38%94.9%-
XYZ42.9630.168.12-
YUV143.4182.06198.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 58.60%
GREEN value IS 109 (42.97% from 255) = 26.39%
BLUE value IS 62 (24.61% from 255) = 15.01%
R=58.60%
G=26.39%
B=15.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421096200.550.740.0515.6787.3859.61
HexF26D3E0374A510573c
Octal3621557606711252012774
Binary11110010110110111111001101111001010101100001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26D3E; }

 p { color: rgb(242,109,62); }

 H1.HeaderClassName
 {
   color: #F26D3E;
 }
 .AnyTagClassName
 {
   color: #F26D3E;
 }
</style>
background-color css

<style>
 a { background-color: #F26D3E; }

 a { background-color: rgb(242,109,62); }

 div.DivClassName
 {
   background-color: #F26D3E;
 }
 .BgClassName
 {
   background-color: #F26D3E;
 }
</style>
border-color css

<style>
 span { border-color: #F26D3E; }

 span { border-color: rgb(242,109,62); }

 td.TdClassName
 {
   border-color: #F26D3E;
 }
 .TagClassName
 {
   border-color: #F26D3E;
 }
</style>