Html Css Color HEX #F06D3B Burnt Orange

📋 copy color: '#F06D3B'

red 240 ◦ green 109 ◦ blue 59

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

Shades of Burnt Orange #F06D3B

Tints of Burnt Orange #F06D3B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.72%

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

R = 58.82%
G = 26.72%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F06D3B (or 0xF06D3B) is known color: Burnt Orange. HEX triplet: F0, 6D and 3B. RGB value is (240,109,59). Sum of RGB (Red+Green+Blue) = 240+109+59=408 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.82% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 59 (23.44% from 255 or 14.46% from 408); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D3B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06D3B is #0F92C4. Grayscale: #8E8E8E. Windows color (decimal): -1020613 or 3894768. OLE color: 3894768.

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

Color convert

RGB 240 109 59 -
CMYK 0 0.55 0.75 0.06
HSL 16.57º 0.86% 0.59% -
HSV(B) 16.57º 0.75% 0.94% -
XYZ 42.19 29.78 7.66 -
YUV 142.47 80.9 197.57 -
System Red Green Blue C M Y K H S L
Decimal 240 109 59 0 0.55 0.75 0.06 16.57 0.86 0.59
Hex F0 6D 3B 0 37 4B 6 11 56 3B
Octal 360 155 73 0 67 113 6 21 126 73
Binary 11110000 1101101 111011 0 110111 1001011 110 10001 1010110 111011

Color Harmonies of #F06D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06D3B

Black with #F06D3B

Text Example


Text Example

White with #F06D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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