Html Css Color HEX #FC463F Sunset Orange

📋 copy color: '#FC463F'

red 252 ◦ green 70 ◦ blue 63

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

Shades of Sunset Orange #FC463F

Tints of Sunset Orange #FC463F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.18%

 BLUE value IS 63 (25% from 255) = 16.36%

R = 65.45%
G = 18.18%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC463F (or 0xFC463F) is known color: Sunset Orange. HEX triplet: FC, 46 and 3F. RGB value is (252,70,63). Sum of RGB (Red+Green+Blue) = 252+70+63=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC463F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC463F is #03B9C0. Grayscale: #7B7B7B. Windows color (decimal): -244161 or 4146940. OLE color: 4146940.

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

Color convert

RGB 252 70 63 -
CMYK 0 0.72 0.75 0.01
HSL 2.22º 0.97% 0.62% -
HSV(B) 2.22º 0.75% 0.99% -
XYZ 43.23 25.43 7.33 -
YUV 123.62 93.8 219.57 -
System Red Green Blue C M Y K H S L
Decimal 252 70 63 0 0.72 0.75 0.01 2.22 0.97 0.62
Hex FC 46 3F 0 48 4B 1 2 61 3E
Octal 374 106 77 0 110 113 1 2 141 76
Binary 11111100 1000110 111111 0 1001000 1001011 1 10 1100001 111110

Color Harmonies of #FC463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC463F

Black with #FC463F

Text Example


Text Example

White with #FC463F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC463F; }

 p { color: rgb(252,70,63); }

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

background-color css

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

 a { background-color: rgb(252,70,63); }

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

border-color css

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

 span { border-color: rgb(252,70,63); }

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