Html Css Color HEX #F27628 Burnt Orange

📋 copy color: '#F27628'

red 242 ◦ green 118 ◦ blue 40

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

Shades of Burnt Orange #F27628

Tints of Burnt Orange #F27628

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.5%

 BLUE value IS 40 (16.02% from 255) = 10%

R = 60.5%
G = 29.5%
B = 10%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F27628 (or 0xF27628) is known color: Burnt Orange. HEX triplet: F2, 76 and 28. RGB value is (242,118,40). Sum of RGB (Red+Green+Blue) = 242+118+40=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 40 (16.02% from 255 or 10% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F27628 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27628 is #0D89D7. Grayscale: #929292. Windows color (decimal): -887256 or 2651890. OLE color: 2651890.

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

Color convert

RGB 242 118 40 -
CMYK 0 0.51 0.83 0.05
HSL 23.17º 0.89% 0.55% -
HSV(B) 23.17º 0.83% 0.95% -
XYZ 43.48 31.99 5.89 -
YUV 146.18 68.08 196.34 -
System Red Green Blue C M Y K H S L
Decimal 242 118 40 0 0.51 0.83 0.05 23.17 0.89 0.55
Hex F2 76 28 0 33 53 5 17 59 37
Octal 362 166 50 0 63 123 5 27 131 67
Binary 11110010 1110110 101000 0 110011 1010011 101 10111 1011001 110111

Color Harmonies of #F27628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27628

Black with #F27628

Text Example


Text Example

White with #F27628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27628; }

 p { color: rgb(242,118,40); }

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

background-color css

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

 a { background-color: rgb(242,118,40); }

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

border-color css

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

 span { border-color: rgb(242,118,40); }

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