Html Css Color HEX #FC5033 Sunset Orange

📋 copy color: '#FC5033'

red 252 ◦ green 80 ◦ blue 51

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

Shades of Sunset Orange #FC5033

Tints of Sunset Orange #FC5033

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.89%

 BLUE value IS 51 (20.31% from 255) = 13.32%

R = 65.8%
G = 20.89%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC5033 (or 0xFC5033) is known color: Sunset Orange. HEX triplet: FC, 50 and 33. RGB value is (252,80,51). Sum of RGB (Red+Green+Blue) = 252+80+51=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 51 (20.31% from 255 or 13.32% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5033 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5033 is #03AFCC. Grayscale: #808080. Windows color (decimal): -241613 or 3363068. OLE color: 3363068.

HSL color Cylindrical-coordinate representation of color #FC5033: hue angle of 8.66º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC5033 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 80 51 -
CMYK 0 0.68 0.80 0.01
HSL 8.66º 0.97% 0.59% -
HSV(B) 8.66º 0.8% 0.99% -
XYZ 43.61 26.67 5.98 -
YUV 128.12 84.48 216.36 -
System Red Green Blue C M Y K H S L
Decimal 252 80 51 0 0.68 0.80 0.01 8.66 0.97 0.59
Hex FC 50 33 0 44 50 1 9 61 3B
Octal 374 120 63 0 104 120 1 11 141 73
Binary 11111100 1010000 110011 0 1000100 1010000 1 1001 1100001 111011

Color Harmonies of #FC5033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5033

Black with #FC5033

Text Example


Text Example

White with #FC5033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5033; }

 p { color: rgb(252,80,51); }

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

background-color css

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

 a { background-color: rgb(252,80,51); }

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

border-color css

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

 span { border-color: rgb(252,80,51); }

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