Html Css Color HEX #FC662D Burnt Orange

📋 copy color: '#FC662D'

red 252 ◦ green 102 ◦ blue 45

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

Shades of Burnt Orange #FC662D

Tints of Burnt Orange #FC662D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.56%

 BLUE value IS 45 (17.97% from 255) = 11.28%

R = 63.16%
G = 25.56%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC662D (or 0xFC662D) is known color: Burnt Orange. HEX triplet: FC, 66 and 2D. RGB value is (252,102,45). Sum of RGB (Red+Green+Blue) = 252+102+45=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 45 (17.97% from 255 or 11.28% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC662D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC662D is #0399D2. Grayscale: #8C8C8C. Windows color (decimal): -235987 or 2975484. OLE color: 2975484.

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

Color convert

RGB 252 102 45 -
CMYK 0 0.60 0.82 0.01
HSL 16.52º 0.97% 0.58% -
HSV(B) 16.52º 0.82% 0.99% -
XYZ 45.37 30.39 5.96 -
YUV 140.35 74.2 207.63 -
System Red Green Blue C M Y K H S L
Decimal 252 102 45 0 0.60 0.82 0.01 16.52 0.97 0.58
Hex FC 66 2D 0 3C 52 1 11 61 3A
Octal 374 146 55 0 74 122 1 21 141 72
Binary 11111100 1100110 101101 0 111100 1010010 1 10001 1100001 111010

Color Harmonies of #FC662D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC662D

Black with #FC662D

Text Example


Text Example

White with #FC662D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC662D; }

 p { color: rgb(252,102,45); }

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

background-color css

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

 a { background-color: rgb(252,102,45); }

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

border-color css

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

 span { border-color: rgb(252,102,45); }

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