Html Css Color HEX #FC483D Sunset Orange

📋 copy color: '#FC483D'

red 252 ◦ green 72 ◦ blue 61

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

Shades of Sunset Orange #FC483D

Tints of Sunset Orange #FC483D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.7%

 BLUE value IS 61 (24.22% from 255) = 15.84%

R = 65.45%
G = 18.7%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC483D (or 0xFC483D) is known color: Sunset Orange. HEX triplet: FC, 48 and 3D. RGB value is (252,72,61). Sum of RGB (Red+Green+Blue) = 252+72+61=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC483D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC483D is #03B7C2. Grayscale: #7C7C7C. Windows color (decimal): -243651 or 4016380. OLE color: 4016380.

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

Color convert

RGB 252 72 61 -
CMYK 0 0.71 0.76 0.01
HSL 3.46º 0.97% 0.61% -
HSV(B) 3.46º 0.76% 0.99% -
XYZ 43.3 25.67 7.09 -
YUV 124.57 92.13 218.89 -
System Red Green Blue C M Y K H S L
Decimal 252 72 61 0 0.71 0.76 0.01 3.46 0.97 0.61
Hex FC 48 3D 0 47 4C 1 3 61 3D
Octal 374 110 75 0 107 114 1 3 141 75
Binary 11111100 1001000 111101 0 1000111 1001100 1 11 1100001 111101

Color Harmonies of #FC483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC483D

Black with #FC483D

Text Example


Text Example

White with #FC483D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC483D; }

 p { color: rgb(252,72,61); }

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

background-color css

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

 a { background-color: rgb(252,72,61); }

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

border-color css

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

 span { border-color: rgb(252,72,61); }

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