Html Css Color HEX #F07429 Burnt Orange

📋 copy color: '#F07429'

red 240 ◦ green 116 ◦ blue 41

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

Shades of Burnt Orange #F07429

Tints of Burnt Orange #F07429

RGB

 RED value IS 240 (94.14% from 255) = 60.45%

 GREEN value IS 116 (45.7% from 255) = 29.22%

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

R = 60.45%
G = 29.22%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F07429 (or 0xF07429) is known color: Burnt Orange. HEX triplet: F0, 74 and 29. RGB value is (240,116,41). Sum of RGB (Red+Green+Blue) = 240+116+41=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 41 (16.41% from 255 or 10.33% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F07429 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07429 is #0F8BD6. Grayscale: #909090. Windows color (decimal): -1018839 or 2716912. OLE color: 2716912.

HSL color Cylindrical-coordinate representation of color #F07429: hue angle of 22.61º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F07429 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 116 41 -
CMYK 0 0.52 0.83 0.06
HSL 22.61º 0.87% 0.55% -
HSV(B) 22.61º 0.83% 0.94% -
XYZ 42.58 31.18 5.87 -
YUV 144.53 69.58 196.1 -
System Red Green Blue C M Y K H S L
Decimal 240 116 41 0 0.52 0.83 0.06 22.61 0.87 0.55
Hex F0 74 29 0 34 53 6 17 57 37
Octal 360 164 51 0 64 123 6 27 127 67
Binary 11110000 1110100 101001 0 110100 1010011 110 10111 1010111 110111

Color Harmonies of #F07429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07429

Black with #F07429

Text Example


Text Example

White with #F07429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07429; }

 p { color: rgb(240,116,41); }

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

background-color css

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

 a { background-color: rgb(240,116,41); }

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

border-color css

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

 span { border-color: rgb(240,116,41); }

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