Html Css Color HEX #F27040 Burnt Orange

📋 copy color: '#F27040'

red 242 ◦ green 112 ◦ blue 64

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

Shades of Burnt Orange #F27040

Tints of Burnt Orange #F27040

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.79%

 BLUE value IS 64 (25.39% from 255) = 15.31%

R = 57.89%
G = 26.79%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F27040 (or 0xF27040) is known color: Burnt Orange. HEX triplet: F2, 70 and 40. RGB value is (242,112,64). Sum of RGB (Red+Green+Blue) = 242+112+64=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 64 (25.39% from 255 or 15.31% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F27040 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27040 is #0D8FBF. Grayscale: #919191. Windows color (decimal): -888768 or 4223218. OLE color: 4223218.

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

Color convert

RGB 242 112 64 -
CMYK 0 0.54 0.74 0.05
HSL 16.18º 0.87% 0.6% -
HSV(B) 16.18º 0.74% 0.95% -
XYZ 43.34 30.84 8.52 -
YUV 145.4 82.07 196.9 -
System Red Green Blue C M Y K H S L
Decimal 242 112 64 0 0.54 0.74 0.05 16.18 0.87 0.6
Hex F2 70 40 0 36 4A 5 10 57 3C
Octal 362 160 100 0 66 112 5 20 127 74
Binary 11110010 1110000 1000000 0 110110 1001010 101 10000 1010111 111100

Color Harmonies of #F27040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27040

Black with #F27040

Text Example


Text Example

White with #F27040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27040; }

 p { color: rgb(242,112,64); }

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

background-color css

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

 a { background-color: rgb(242,112,64); }

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

border-color css

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

 span { border-color: rgb(242,112,64); }

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