Html Css Color HEX #F0703B Burnt Orange

📋 copy color: '#F0703B'

red 240 ◦ green 112 ◦ blue 59

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

Shades of Burnt Orange #F0703B

Tints of Burnt Orange #F0703B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.25%

 BLUE value IS 59 (23.44% from 255) = 14.36%

R = 58.39%
G = 27.25%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0703B (or 0xF0703B) is known color: Burnt Orange. HEX triplet: F0, 70 and 3B. RGB value is (240,112,59). Sum of RGB (Red+Green+Blue) = 240+112+59=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 59 (23.44% from 255 or 14.36% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F0703B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0703B is #0F8FC4. Grayscale: #909090. Windows color (decimal): -1019845 or 3895536. OLE color: 3895536.

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

Color convert

RGB 240 112 59 -
CMYK 0 0.53 0.75 0.06
HSL 17.57º 0.86% 0.59% -
HSV(B) 17.57º 0.75% 0.94% -
XYZ 42.52 30.43 7.77 -
YUV 144.23 79.91 196.31 -
System Red Green Blue C M Y K H S L
Decimal 240 112 59 0 0.53 0.75 0.06 17.57 0.86 0.59
Hex F0 70 3B 0 35 4B 6 12 56 3B
Octal 360 160 73 0 65 113 6 22 126 73
Binary 11110000 1110000 111011 0 110101 1001011 110 10010 1010110 111011

Color Harmonies of #F0703B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0703B

Black with #F0703B

Text Example


Text Example

White with #F0703B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0703B; }

 p { color: rgb(240,112,59); }

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

background-color css

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

 a { background-color: rgb(240,112,59); }

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

border-color css

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

 span { border-color: rgb(240,112,59); }

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