Html Css Color HEX #F27729 Burnt Orange

📋 copy color: '#F27729'

red 242 ◦ green 119 ◦ blue 41

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

Shades of Burnt Orange #F27729

Tints of Burnt Orange #F27729

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.6%

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

R = 60.2%
G = 29.6%
B = 10.2%

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

#F27729 (or 0xF27729) is known color: Burnt Orange. HEX triplet: F2, 77 and 29. RGB value is (242,119,41). Sum of RGB (Red+Green+Blue) = 242+119+41=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 41 (16.41% from 255 or 10.20% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F27729 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27729 is #0D88D6. Grayscale: #939393. Windows color (decimal): -886999 or 2717682. OLE color: 2717682.

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

Color convert

RGB 242 119 41 -
CMYK 0 0.51 0.83 0.05
HSL 23.28º 0.89% 0.55% -
HSV(B) 23.28º 0.83% 0.95% -
XYZ 43.62 32.23 6.02 -
YUV 146.89 68.25 195.84 -
System Red Green Blue C M Y K H S L
Decimal 242 119 41 0 0.51 0.83 0.05 23.28 0.89 0.55
Hex F2 77 29 0 33 53 5 17 59 37
Octal 362 167 51 0 63 123 5 27 131 67
Binary 11110010 1110111 101001 0 110011 1010011 101 10111 1011001 110111

Color Harmonies of #F27729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27729

Black with #F27729

Text Example


Text Example

White with #F27729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27729; }

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

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

background-color css

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

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

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

border-color css

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

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

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