Html Css Color HEX #F0703E Burnt Orange

📋 copy color: '#F0703E'

red 240 ◦ green 112 ◦ blue 62

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

Shades of Burnt Orange #F0703E

Tints of Burnt Orange #F0703E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.98%

R = 57.97%
G = 27.05%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F0703E (or 0xF0703E) is known color: Burnt Orange. HEX triplet: F0, 70 and 3E. RGB value is (240,112,62). Sum of RGB (Red+Green+Blue) = 240+112+62=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 62 (24.61% from 255 or 14.98% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F0703E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0703E is #0F8FC1. Grayscale: #909090. Windows color (decimal): -1019842 or 4092144. OLE color: 4092144.

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

Color convert

RGB 240 112 62 -
CMYK 0 0.53 0.74 0.06
HSL 16.85º 0.86% 0.59% -
HSV(B) 16.85º 0.74% 0.94% -
XYZ 42.6 30.46 8.19 -
YUV 144.57 81.41 196.07 -
System Red Green Blue C M Y K H S L
Decimal 240 112 62 0 0.53 0.74 0.06 16.85 0.86 0.59
Hex F0 70 3E 0 35 4A 6 11 56 3B
Octal 360 160 76 0 65 112 6 21 126 73
Binary 11110000 1110000 111110 0 110101 1001010 110 10001 1010110 111011

Color Harmonies of #F0703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0703E

Black with #F0703E

Text Example


Text Example

White with #F0703E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0703E; }

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

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

background-color css

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

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

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

border-color css

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

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

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