Html Css Color HEX #F26E2F Burnt Orange

📋 copy color: '#F26E2F'

red 242 ◦ green 110 ◦ blue 47

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

Shades of Burnt Orange #F26E2F

Tints of Burnt Orange #F26E2F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.57%

 BLUE value IS 47 (18.75% from 255) = 11.78%

R = 60.65%
G = 27.57%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F26E2F (or 0xF26E2F) is known color: Burnt Orange. HEX triplet: F2, 6E and 2F. RGB value is (242,110,47). Sum of RGB (Red+Green+Blue) = 242+110+47=399 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.65% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 47 (18.75% from 255 or 11.78% from 399); Max value from RGB is 242 - color contains mainly: red. Hex color #F26E2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26E2F is #0D91D0. Grayscale: #8E8E8E. Windows color (decimal): -889297 or 3108594. OLE color: 3108594.

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

Color convert

RGB 242 110 47 -
CMYK 0 0.55 0.81 0.05
HSL 19.38º 0.88% 0.57% -
HSV(B) 19.38º 0.81% 0.95% -
XYZ 42.71 30.23 6.27 -
YUV 142.29 74.23 199.12 -
System Red Green Blue C M Y K H S L
Decimal 242 110 47 0 0.55 0.81 0.05 19.38 0.88 0.57
Hex F2 6E 2F 0 37 51 5 13 58 39
Octal 362 156 57 0 67 121 5 23 130 71
Binary 11110010 1101110 101111 0 110111 1010001 101 10011 1011000 111001

Color Harmonies of #F26E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26E2F

Black with #F26E2F

Text Example


Text Example

White with #F26E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26E2F; }

 p { color: rgb(242,110,47); }

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

background-color css

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

 a { background-color: rgb(242,110,47); }

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

border-color css

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

 span { border-color: rgb(242,110,47); }

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