Html Css Color HEX #FC483C Sunset Orange

📋 copy color: '#FC483C'

red 252 ◦ green 72 ◦ blue 60

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

Shades of Sunset Orange #FC483C

Tints of Sunset Orange #FC483C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.63%

R = 65.63%
G = 18.75%
B = 15.63%

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

#FC483C (or 0xFC483C) is known color: Sunset Orange. HEX triplet: FC, 48 and 3C. RGB value is (252,72,60). Sum of RGB (Red+Green+Blue) = 252+72+60=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 60 (23.83% from 255 or 15.62% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC483C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC483C is #03B7C3. Grayscale: #7C7C7C. Windows color (decimal): -243652 or 3950844. OLE color: 3950844.

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

Color convert

RGB 252 72 60 -
CMYK 0 0.71 0.76 0.01
HSL 3.75º 0.97% 0.61% -
HSV(B) 3.75º 0.76% 0.99% -
XYZ 43.28 25.66 6.95 -
YUV 124.45 91.63 218.98 -
System Red Green Blue C M Y K H S L
Decimal 252 72 60 0 0.71 0.76 0.01 3.75 0.97 0.61
Hex FC 48 3C 0 47 4C 1 4 61 3D
Octal 374 110 74 0 107 114 1 4 141 75
Binary 11111100 1001000 111100 0 1000111 1001100 1 100 1100001 111101

Color Harmonies of #FC483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC483C

Black with #FC483C

Text Example


Text Example

White with #FC483C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC483C; }

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

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

background-color css

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

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

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

border-color css

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

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

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