Html Css Color HEX #FC6F3E Burnt Orange

📋 copy color: '#FC6F3E'

red 252 ◦ green 111 ◦ blue 62

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

Shades of Burnt Orange #FC6F3E

Tints of Burnt Orange #FC6F3E

RGB

 RED value IS 252 (98.83% from 255) = 59.29%

 GREEN value IS 111 (43.75% from 255) = 26.12%

 BLUE value IS 62 (24.61% from 255) = 14.59%

R = 59.29%
G = 26.12%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC6F3E (or 0xFC6F3E) is known color: Burnt Orange. HEX triplet: FC, 6F and 3E. RGB value is (252,111,62). Sum of RGB (Red+Green+Blue) = 252+111+62=425 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.29% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 62 (24.61% from 255 or 14.59% from 425); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6F3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6F3E is #0390C1. Grayscale: #939393. Windows color (decimal): -233666 or 4091900. OLE color: 4091900.

HSL color Cylindrical-coordinate representation of color #FC6F3E: hue angle of 15.47º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC6F3E is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 111 62 -
CMYK 0 0.56 0.75 0.01
HSL 15.47º 0.97% 0.62% -
HSV(B) 15.47º 0.75% 0.99% -
XYZ 46.7 32.41 8.35 -
YUV 147.57 79.71 202.48 -
System Red Green Blue C M Y K H S L
Decimal 252 111 62 0 0.56 0.75 0.01 15.47 0.97 0.62
Hex FC 6F 3E 0 38 4B 1 F 61 3E
Octal 374 157 76 0 70 113 1 17 141 76
Binary 11111100 1101111 111110 0 111000 1001011 1 1111 1100001 111110

Color Harmonies of #FC6F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6F3E

Black with #FC6F3E

Text Example


Text Example

White with #FC6F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6F3E; }

 p { color: rgb(252,111,62); }

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

background-color css

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

 a { background-color: rgb(252,111,62); }

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

border-color css

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

 span { border-color: rgb(252,111,62); }

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