Html Css Color HEX #F0713B Burnt Orange

📋 copy color: '#F0713B'

red 240 ◦ green 113 ◦ blue 59

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

Shades of Burnt Orange #F0713B

Tints of Burnt Orange #F0713B

RGB

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

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

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

R = 58.25%
G = 27.43%
B = 14.32%

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

#F0713B (or 0xF0713B) is known color: Burnt Orange. HEX triplet: F0, 71 and 3B. RGB value is (240,113,59). Sum of RGB (Red+Green+Blue) = 240+113+59=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 59 (23.44% from 255 or 14.32% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F0713B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0713B is #0F8EC4. Grayscale: #919191. Windows color (decimal): -1019589 or 3895792. OLE color: 3895792.

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

Color convert

RGB 240 113 59 -
CMYK 0 0.53 0.75 0.06
HSL 17.9º 0.86% 0.59% -
HSV(B) 17.9º 0.75% 0.94% -
XYZ 42.63 30.65 7.81 -
YUV 144.82 79.58 195.89 -
System Red Green Blue C M Y K H S L
Decimal 240 113 59 0 0.53 0.75 0.06 17.9 0.86 0.59
Hex F0 71 3B 0 35 4B 6 12 56 3B
Octal 360 161 73 0 65 113 6 22 126 73
Binary 11110000 1110001 111011 0 110101 1001011 110 10010 1010110 111011

Color Harmonies of #F0713B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0713B

Black with #F0713B

Text Example


Text Example

White with #F0713B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0713B; }

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

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

background-color css

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

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

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

border-color css

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

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

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