Html Css Color HEX #FC662A Burnt Orange

📋 copy color: '#FC662A'

red 252 ◦ green 102 ◦ blue 42

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

Shades of Burnt Orange #FC662A

Tints of Burnt Orange #FC662A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.61%

R = 63.64%
G = 25.76%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC662A (or 0xFC662A) is known color: Burnt Orange. HEX triplet: FC, 66 and 2A. RGB value is (252,102,42). Sum of RGB (Red+Green+Blue) = 252+102+42=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 42 (16.80% from 255 or 10.61% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC662A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC662A is #0399D5. Grayscale: #8C8C8C. Windows color (decimal): -235990 or 2778876. OLE color: 2778876.

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

Color convert

RGB 252 102 42 -
CMYK 0 0.60 0.83 0.01
HSL 17.14º 0.97% 0.58% -
HSV(B) 17.14º 0.83% 0.99% -
XYZ 45.31 30.37 5.66 -
YUV 140.01 72.7 207.88 -
System Red Green Blue C M Y K H S L
Decimal 252 102 42 0 0.60 0.83 0.01 17.14 0.97 0.58
Hex FC 66 2A 0 3C 53 1 11 61 3A
Octal 374 146 52 0 74 123 1 21 141 72
Binary 11111100 1100110 101010 0 111100 1010011 1 10001 1100001 111010

Color Harmonies of #FC662A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC662A

Black with #FC662A

Text Example


Text Example

White with #FC662A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC662A; }

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

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

background-color css

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

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

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

border-color css

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

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

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