Html Css Color HEX #F06B3C Burnt Orange

📋 copy color: '#F06B3C'

red 240 ◦ green 107 ◦ blue 60

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

Shades of Burnt Orange #F06B3C

Tints of Burnt Orange #F06B3C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.29%

 BLUE value IS 60 (23.83% from 255) = 14.74%

R = 58.97%
G = 26.29%
B = 14.74%

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

#F06B3C (or 0xF06B3C) is known color: Burnt Orange. HEX triplet: F0, 6B and 3C. RGB value is (240,107,60). Sum of RGB (Red+Green+Blue) = 240+107+60=407 (53% of max value = 765). Red value is 240 (94.14% from 255 or 58.97% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 60 (23.83% from 255 or 14.74% from 407); Max value from RGB is 240 - color contains mainly: red. Hex color #F06B3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06B3C is #0F94C3. Grayscale: #8D8D8D. Windows color (decimal): -1021124 or 3959792. OLE color: 3959792.

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

Color convert

RGB 240 107 60 -
CMYK 0 0.55 0.75 0.06
HSL 15.67º 0.86% 0.59% -
HSV(B) 15.67º 0.75% 0.94% -
XYZ 42.01 29.37 7.73 -
YUV 141.41 82.06 198.32 -
System Red Green Blue C M Y K H S L
Decimal 240 107 60 0 0.55 0.75 0.06 15.67 0.86 0.59
Hex F0 6B 3C 0 37 4B 6 10 56 3B
Octal 360 153 74 0 67 113 6 20 126 73
Binary 11110000 1101011 111100 0 110111 1001011 110 10000 1010110 111011

Color Harmonies of #F06B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06B3C

Black with #F06B3C

Text Example


Text Example

White with #F06B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06B3C; }

 p { color: rgb(240,107,60); }

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

background-color css

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

 a { background-color: rgb(240,107,60); }

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

border-color css

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

 span { border-color: rgb(240,107,60); }

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