Html Css Color HEX #F27127 Burnt Orange

📋 copy color: '#F27127'

red 242 ◦ green 113 ◦ blue 39

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

Shades of Burnt Orange #F27127

Tints of Burnt Orange #F27127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.9%

R = 61.42%
G = 28.68%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F27127 (or 0xF27127) is known color: Burnt Orange. HEX triplet: F2, 71 and 27. RGB value is (242,113,39). Sum of RGB (Red+Green+Blue) = 242+113+39=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 39 (15.62% from 255 or 9.90% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F27127 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27127 is #0D8ED8. Grayscale: #8F8F8F. Windows color (decimal): -888537 or 2585074. OLE color: 2585074.

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

Color convert

RGB 242 113 39 -
CMYK 0 0.53 0.84 0.05
HSL 21.87º 0.89% 0.55% -
HSV(B) 21.87º 0.84% 0.95% -
XYZ 42.89 30.83 5.61 -
YUV 143.14 69.24 198.52 -
System Red Green Blue C M Y K H S L
Decimal 242 113 39 0 0.53 0.84 0.05 21.87 0.89 0.55
Hex F2 71 27 0 35 54 5 16 59 37
Octal 362 161 47 0 65 124 5 26 131 67
Binary 11110010 1110001 100111 0 110101 1010100 101 10110 1011001 110111

Color Harmonies of #F27127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27127

Black with #F27127

Text Example


Text Example

White with #F27127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27127; }

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

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

background-color css

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

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

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

border-color css

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

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

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