Html Css Color HEX #F26E3F Burnt Orange

📋 copy color: '#F26E3F'

red 242 ◦ green 110 ◦ blue 63

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

Shades of Burnt Orange #F26E3F

Tints of Burnt Orange #F26E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.18%

R = 58.31%
G = 26.51%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F26E3F (or 0xF26E3F) is known color: Burnt Orange. HEX triplet: F2, 6E and 3F. RGB value is (242,110,63). Sum of RGB (Red+Green+Blue) = 242+110+63=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 63 (25% from 255 or 15.18% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F26E3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26E3F is #0D91C0. Grayscale: #909090. Windows color (decimal): -889281 or 4157170. OLE color: 4157170.

HSL color Cylindrical-coordinate representation of color #F26E3F: hue angle of 15.75º 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 #F26E3F is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 110 63 -
CMYK 0 0.55 0.74 0.05
HSL 15.75º 0.87% 0.6% -
HSV(B) 15.75º 0.74% 0.95% -
XYZ 43.09 30.39 8.3 -
YUV 144.11 82.23 197.82 -
System Red Green Blue C M Y K H S L
Decimal 242 110 63 0 0.55 0.74 0.05 15.75 0.87 0.6
Hex F2 6E 3F 0 37 4A 5 10 57 3C
Octal 362 156 77 0 67 112 5 20 127 74
Binary 11110010 1101110 111111 0 110111 1001010 101 10000 1010111 111100

Color Harmonies of #F26E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26E3F

Black with #F26E3F

Text Example


Text Example

White with #F26E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26E3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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