Html Css Color HEX #F26C26 Burnt Orange

📋 copy color: '#F26C26'

red 242 ◦ green 108 ◦ blue 38

#F26C26
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Orange #F26C26

Tints of Burnt Orange #F26C26

RGB

 RED value IS 242 (94.92% from 255) = 62.37%

 GREEN value IS 108 (42.58% from 255) = 27.84%

 BLUE value IS 38 (15.23% from 255) = 9.79%

R = 62.37%
G = 27.84%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F26C26 (or 0xF26C26) is known color: Burnt Orange. HEX triplet: F2, 6C and 26. RGB value is (242,108,38). Sum of RGB (Red+Green+Blue) = 242+108+38=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 38 (15.23% from 255 or 9.79% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26C26 is #0D93D9. Grayscale: #8C8C8C. Windows color (decimal): -889818 or 2518258. OLE color: 2518258.

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

Color convert

RGB 242 108 38 -
CMYK 0 0.55 0.84 0.05
HSL 20.59º 0.89% 0.55% -
HSV(B) 20.59º 0.84% 0.95% -
XYZ 42.33 29.74 5.34 -
YUV 140.09 70.39 200.69 -
System Red Green Blue C M Y K H S L
Decimal 242 108 38 0 0.55 0.84 0.05 20.59 0.89 0.55
Hex F2 6C 26 0 37 54 5 15 59 37
Octal 362 154 46 0 67 124 5 25 131 67
Binary 11110010 1101100 100110 0 110111 1010100 101 10101 1011001 110111

Color Harmonies of #F26C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26C26

Black with #F26C26

Text Example


Text Example

White with #F26C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26C26; }

 p { color: rgb(242,108,38); }

 H1.HeaderClassName
 {
   color: #F26C26;
 }
 .AnyTagClassName
 {
   color: #F26C26;
 }
</style>

background-color css

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

 a { background-color: rgb(242,108,38); }

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

border-color css

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

 span { border-color: rgb(242,108,38); }

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