Html Css Color HEX #FC662B Burnt Orange

📋 copy color: '#FC662B'

red 252 ◦ green 102 ◦ blue 43

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

Shades of Burnt Orange #FC662B

Tints of Burnt Orange #FC662B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.83%

R = 63.48%
G = 25.69%
B = 10.83%

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

#FC662B (or 0xFC662B) is known color: Burnt Orange. HEX triplet: FC, 66 and 2B. RGB value is (252,102,43). Sum of RGB (Red+Green+Blue) = 252+102+43=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 43 (17.19% from 255 or 10.83% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC662B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC662B is #0399D4. Grayscale: #8C8C8C. Windows color (decimal): -235989 or 2844412. OLE color: 2844412.

HSL color Cylindrical-coordinate representation of color #FC662B: hue angle of 16.94º 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 #FC662B is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 102 43 -
CMYK 0 0.60 0.83 0.01
HSL 16.94º 0.97% 0.58% -
HSV(B) 16.94º 0.83% 0.99% -
XYZ 45.33 30.37 5.76 -
YUV 140.12 73.2 207.8 -
System Red Green Blue C M Y K H S L
Decimal 252 102 43 0 0.60 0.83 0.01 16.94 0.97 0.58
Hex FC 66 2B 0 3C 53 1 11 61 3A
Octal 374 146 53 0 74 123 1 21 141 72
Binary 11111100 1100110 101011 0 111100 1010011 1 10001 1100001 111010

Color Harmonies of #FC662B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC662B

Black with #FC662B

Text Example


Text Example

White with #FC662B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC662B; }

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

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

background-color css

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

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

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

border-color css

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

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

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