Html Css Color HEX #FC533B Sunset Orange

📋 copy color: '#FC533B'

red 252 ◦ green 83 ◦ blue 59

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

Shades of Sunset Orange #FC533B

Tints of Sunset Orange #FC533B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.07%

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

R = 63.96%
G = 21.07%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC533B (or 0xFC533B) is known color: Sunset Orange. HEX triplet: FC, 53 and 3B. RGB value is (252,83,59). Sum of RGB (Red+Green+Blue) = 252+83+59=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 59 (23.44% from 255 or 14.97% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC533B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC533B is #03ACC4. Grayscale: #838383. Windows color (decimal): -240837 or 3888124. OLE color: 3888124.

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

Color convert

RGB 252 83 59 -
CMYK 0 0.67 0.77 0.01
HSL 7.46º 0.97% 0.61% -
HSV(B) 7.46º 0.77% 0.99% -
XYZ 44.03 27.2 7.07 -
YUV 130.8 87.49 214.45 -
System Red Green Blue C M Y K H S L
Decimal 252 83 59 0 0.67 0.77 0.01 7.46 0.97 0.61
Hex FC 53 3B 0 43 4D 1 7 61 3D
Octal 374 123 73 0 103 115 1 7 141 75
Binary 11111100 1010011 111011 0 1000011 1001101 1 111 1100001 111101

Color Harmonies of #FC533B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC533B

Black with #FC533B

Text Example


Text Example

White with #FC533B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC533B; }

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

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

background-color css

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

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

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

border-color css

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

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

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