Html Css Color HEX #F27128 Burnt Orange

📋 copy color: '#F27128'

red 242 ◦ green 113 ◦ blue 40

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

Shades of Burnt Orange #F27128

Tints of Burnt Orange #F27128

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.61%

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

R = 61.27%
G = 28.61%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F27128 (or 0xF27128) is known color: Burnt Orange. HEX triplet: F2, 71 and 28. RGB value is (242,113,40). Sum of RGB (Red+Green+Blue) = 242+113+40=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 40 (16.02% from 255 or 10.13% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F27128 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27128 is #0D8ED7. Grayscale: #8F8F8F. Windows color (decimal): -888536 or 2650610. OLE color: 2650610.

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

Color convert

RGB 242 113 40 -
CMYK 0 0.53 0.83 0.05
HSL 21.68º 0.89% 0.55% -
HSV(B) 21.68º 0.83% 0.95% -
XYZ 42.91 30.84 5.7 -
YUV 143.25 69.74 198.44 -
System Red Green Blue C M Y K H S L
Decimal 242 113 40 0 0.53 0.83 0.05 21.68 0.89 0.55
Hex F2 71 28 0 35 53 5 16 59 37
Octal 362 161 50 0 65 123 5 26 131 67
Binary 11110010 1110001 101000 0 110101 1010011 101 10110 1011001 110111

Color Harmonies of #F27128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27128

Black with #F27128

Text Example


Text Example

White with #F27128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27128; }

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

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

background-color css

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

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

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

border-color css

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

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

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