Html Css Color HEX #F26C36 Burnt Orange

📋 copy color: '#F26C36'

red 242 ◦ green 108 ◦ blue 54

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

Shades of Burnt Orange #F26C36

Tints of Burnt Orange #F26C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.37%

R = 59.9%
G = 26.73%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F26C36 (or 0xF26C36) is known color: Burnt Orange. HEX triplet: F2, 6C and 36. RGB value is (242,108,54). Sum of RGB (Red+Green+Blue) = 242+108+54=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 54 (21.48% from 255 or 13.37% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C36 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26C36 is #0D93C9. Grayscale: #8E8E8E. Windows color (decimal): -889802 or 3566834. OLE color: 3566834.

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

Color convert

RGB 242 108 54 -
CMYK 0 0.55 0.78 0.05
HSL 17.23º 0.88% 0.58% -
HSV(B) 17.23º 0.78% 0.95% -
XYZ 42.65 29.87 7.01 -
YUV 141.91 78.39 199.39 -
System Red Green Blue C M Y K H S L
Decimal 242 108 54 0 0.55 0.78 0.05 17.23 0.88 0.58
Hex F2 6C 36 0 37 4E 5 11 58 3A
Octal 362 154 66 0 67 116 5 21 130 72
Binary 11110010 1101100 110110 0 110111 1001110 101 10001 1011000 111010

Color Harmonies of #F26C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26C36

Black with #F26C36

Text Example


Text Example

White with #F26C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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