Html Css Color HEX #F07234 Burnt Orange

📋 copy color: '#F07234'

red 240 ◦ green 114 ◦ blue 52

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

Shades of Burnt Orange #F07234

Tints of Burnt Orange #F07234

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.08%

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

R = 59.11%
G = 28.08%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F07234 (or 0xF07234) is known color: Burnt Orange. HEX triplet: F0, 72 and 34. RGB value is (240,114,52). Sum of RGB (Red+Green+Blue) = 240+114+52=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 52 (20.70% from 255 or 12.81% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F07234 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07234 is #0F8DCB. Grayscale: #909090. Windows color (decimal): -1019340 or 3437296. OLE color: 3437296.

HSL color Cylindrical-coordinate representation of color #F07234: hue angle of 19.79º 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 #F07234 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 114 52 -
CMYK 0 0.52 0.78 0.06
HSL 19.79º 0.86% 0.57% -
HSV(B) 19.79º 0.78% 0.94% -
XYZ 42.57 30.81 6.95 -
YUV 144.61 75.74 196.04 -
System Red Green Blue C M Y K H S L
Decimal 240 114 52 0 0.52 0.78 0.06 19.79 0.86 0.57
Hex F0 72 34 0 34 4E 6 14 56 39
Octal 360 162 64 0 64 116 6 24 126 71
Binary 11110000 1110010 110100 0 110100 1001110 110 10100 1010110 111001

Color Harmonies of #F07234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07234

Black with #F07234

Text Example


Text Example

White with #F07234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07234; }

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

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

background-color css

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

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

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

border-color css

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

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

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