Html Css Color HEX #F66C3C Burnt Orange

📋 copy color: '#F66C3C'

red 246 ◦ green 108 ◦ blue 60

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

Shades of Burnt Orange #F66C3C

Tints of Burnt Orange #F66C3C

RGB

 RED value IS 246 (96.48% from 255) = 59.42%

 GREEN value IS 108 (42.58% from 255) = 26.09%

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

R = 59.42%
G = 26.09%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F66C3C (or 0xF66C3C) is known color: Burnt Orange. HEX triplet: F6, 6C and 3C. RGB value is (246,108,60). Sum of RGB (Red+Green+Blue) = 246+108+60=414 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.42% from 414); Green value is 108 (42.58% from 255 or 26.09% from 414); Blue value is 60 (23.83% from 255 or 14.49% from 414); Max value from RGB is 246 - color contains mainly: red. Hex color #F66C3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F66C3C is #0993C3. Grayscale: #909090. Windows color (decimal): -627652 or 3960054. OLE color: 3960054.

HSL color Cylindrical-coordinate representation of color #F66C3C: hue angle of 15.48º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F66C3C is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 108 60 -
CMYK 0 0.56 0.76 0.04
HSL 15.48º 0.91% 0.6% -
HSV(B) 15.48º 0.76% 0.96% -
XYZ 44.18 30.64 7.86 -
YUV 143.79 80.72 200.9 -
System Red Green Blue C M Y K H S L
Decimal 246 108 60 0 0.56 0.76 0.04 15.48 0.91 0.6
Hex F6 6C 3C 0 38 4C 4 F 5B 3C
Octal 366 154 74 0 70 114 4 17 133 74
Binary 11110110 1101100 111100 0 111000 1001100 100 1111 1011011 111100

Color Harmonies of #F66C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66C3C

Black with #F66C3C

Text Example


Text Example

White with #F66C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66C3C; }

 p { color: rgb(246,108,60); }

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

background-color css

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

 a { background-color: rgb(246,108,60); }

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

border-color css

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

 span { border-color: rgb(246,108,60); }

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