Html Css Color HEX #F07134 Burnt Orange

📋 copy color: '#F07134'

red 240 ◦ green 113 ◦ blue 52

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

Shades of Burnt Orange #F07134

Tints of Burnt Orange #F07134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.84%

R = 59.26%
G = 27.9%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F07134 (or 0xF07134) is known color: Burnt Orange. HEX triplet: F0, 71 and 34. RGB value is (240,113,52). Sum of RGB (Red+Green+Blue) = 240+113+52=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 52 (20.70% from 255 or 12.84% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F07134 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07134 is #0F8ECB. Grayscale: #909090. Windows color (decimal): -1019596 or 3437040. OLE color: 3437040.

HSL color Cylindrical-coordinate representation of color #F07134: hue angle of 19.47º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F07134 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 113 52 -
CMYK 0 0.53 0.78 0.06
HSL 19.47º 0.86% 0.57% -
HSV(B) 19.47º 0.78% 0.94% -
XYZ 42.46 30.58 6.91 -
YUV 144.02 76.08 196.46 -
System Red Green Blue C M Y K H S L
Decimal 240 113 52 0 0.53 0.78 0.06 19.47 0.86 0.57
Hex F0 71 34 0 35 4E 6 13 56 39
Octal 360 161 64 0 65 116 6 23 126 71
Binary 11110000 1110001 110100 0 110101 1001110 110 10011 1010110 111001

Color Harmonies of #F07134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07134

Black with #F07134

Text Example


Text Example

White with #F07134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07134; }

 p { color: rgb(240,113,52); }

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

background-color css

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

 a { background-color: rgb(240,113,52); }

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

border-color css

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

 span { border-color: rgb(240,113,52); }

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