Html Css Color HEX #F27929 Burnt Orange

📋 copy color: '#F27929'

red 242 ◦ green 121 ◦ blue 41

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

Shades of Burnt Orange #F27929

Tints of Burnt Orange #F27929

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.95%

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

R = 59.9%
G = 29.95%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F27929 (or 0xF27929) is known color: Burnt Orange. HEX triplet: F2, 79 and 29. RGB value is (242,121,41). Sum of RGB (Red+Green+Blue) = 242+121+41=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 41 (16.41% from 255 or 10.15% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F27929 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27929 is #0D86D6. Grayscale: #949494. Windows color (decimal): -886487 or 2718194. OLE color: 2718194.

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

Color convert

RGB 242 121 41 -
CMYK 0 0.50 0.83 0.05
HSL 23.88º 0.89% 0.55% -
HSV(B) 23.88º 0.83% 0.95% -
XYZ 43.86 32.71 6.1 -
YUV 148.06 67.59 195 -
System Red Green Blue C M Y K H S L
Decimal 242 121 41 0 0.50 0.83 0.05 23.88 0.89 0.55
Hex F2 79 29 0 32 53 5 18 59 37
Octal 362 171 51 0 62 123 5 30 131 67
Binary 11110010 1111001 101001 0 110010 1010011 101 11000 1011001 110111

Color Harmonies of #F27929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27929

Black with #F27929

Text Example


Text Example

White with #F27929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27929; }

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

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

background-color css

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

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

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

border-color css

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

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

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