Html Css Color HEX #FC463B Sunset Orange

📋 copy color: '#FC463B'

red 252 ◦ green 70 ◦ blue 59

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

Shades of Sunset Orange #FC463B

Tints of Sunset Orange #FC463B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.49%

R = 66.14%
G = 18.37%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC463B (or 0xFC463B) is known color: Sunset Orange. HEX triplet: FC, 46 and 3B. RGB value is (252,70,59). Sum of RGB (Red+Green+Blue) = 252+70+59=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 59 (23.44% from 255 or 15.49% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC463B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC463B is #03B9C4. Grayscale: #7B7B7B. Windows color (decimal): -244165 or 3884796. OLE color: 3884796.

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

Color convert

RGB 252 70 59 -
CMYK 0 0.72 0.77 0.01
HSL 3.42º 0.97% 0.61% -
HSV(B) 3.42º 0.77% 0.99% -
XYZ 43.12 25.39 6.77 -
YUV 123.16 91.8 219.89 -
System Red Green Blue C M Y K H S L
Decimal 252 70 59 0 0.72 0.77 0.01 3.42 0.97 0.61
Hex FC 46 3B 0 48 4D 1 3 61 3D
Octal 374 106 73 0 110 115 1 3 141 75
Binary 11111100 1000110 111011 0 1001000 1001101 1 11 1100001 111101

Color Harmonies of #FC463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC463B

Black with #FC463B

Text Example


Text Example

White with #FC463B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC463B; }

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

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

background-color css

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

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

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

border-color css

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

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

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