Html Css Color HEX #F27129 Burnt Orange

📋 copy color: '#F27129'

red 242 ◦ green 113 ◦ blue 41

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

Shades of Burnt Orange #F27129

Tints of Burnt Orange #F27129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.35%

R = 61.11%
G = 28.54%
B = 10.35%

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

#F27129 (or 0xF27129) is known color: Burnt Orange. HEX triplet: F2, 71 and 29. RGB value is (242,113,41). Sum of RGB (Red+Green+Blue) = 242+113+41=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 41 (16.41% from 255 or 10.35% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F27129 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27129 is #0D8ED6. Grayscale: #8F8F8F. Windows color (decimal): -888535 or 2716146. OLE color: 2716146.

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

Color convert

RGB 242 113 41 -
CMYK 0 0.53 0.83 0.05
HSL 21.49º 0.89% 0.55% -
HSV(B) 21.49º 0.83% 0.95% -
XYZ 42.92 30.85 5.79 -
YUV 143.36 70.24 198.35 -
System Red Green Blue C M Y K H S L
Decimal 242 113 41 0 0.53 0.83 0.05 21.49 0.89 0.55
Hex F2 71 29 0 35 53 5 15 59 37
Octal 362 161 51 0 65 123 5 25 131 67
Binary 11110010 1110001 101001 0 110101 1010011 101 10101 1011001 110111

Color Harmonies of #F27129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27129

Black with #F27129

Text Example


Text Example

White with #F27129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27129; }

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

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

background-color css

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

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

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

border-color css

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

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

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