Html Css Color HEX #F06A3C Burnt Orange

📋 copy color: '#F06A3C'

red 240 ◦ green 106 ◦ blue 60

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

Shades of Burnt Orange #F06A3C

Tints of Burnt Orange #F06A3C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.11%

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

R = 59.11%
G = 26.11%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F06A3C (or 0xF06A3C) is known color: Burnt Orange. HEX triplet: F0, 6A and 3C. RGB value is (240,106,60). Sum of RGB (Red+Green+Blue) = 240+106+60=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 60 (23.83% from 255 or 14.78% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F06A3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06A3C is #0F95C3. Grayscale: #8D8D8D. Windows color (decimal): -1021380 or 3959536. OLE color: 3959536.

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

Color convert

RGB 240 106 60 -
CMYK 0 0.56 0.75 0.06
HSL 15.33º 0.86% 0.59% -
HSV(B) 15.33º 0.75% 0.94% -
XYZ 41.9 29.16 7.69 -
YUV 140.82 82.39 198.74 -
System Red Green Blue C M Y K H S L
Decimal 240 106 60 0 0.56 0.75 0.06 15.33 0.86 0.59
Hex F0 6A 3C 0 38 4B 6 F 56 3B
Octal 360 152 74 0 70 113 6 17 126 73
Binary 11110000 1101010 111100 0 111000 1001011 110 1111 1010110 111011

Color Harmonies of #F06A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06A3C

Black with #F06A3C

Text Example


Text Example

White with #F06A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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