Html Css Color HEX #FC531C International Orange

📋 copy color: '#FC531C'

red 252 ◦ green 83 ◦ blue 28

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

Shades of International Orange #FC531C

Tints of International Orange #FC531C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.71%

R = 69.42%
G = 22.87%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC531C (or 0xFC531C) is known color: International Orange. HEX triplet: FC, 53 and 1C. RGB value is (252,83,28). Sum of RGB (Red+Green+Blue) = 252+83+28=363 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.42% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 252 - color contains mainly: red. Hex color #FC531C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC531C is #03ACE3. Grayscale: #7F7F7F. Windows color (decimal): -240868 or 1856508. OLE color: 1856508.

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

Color convert

RGB 252 83 28 -
CMYK 0 0.67 0.89 0.01
HSL 14.73º 0.97% 0.55% -
HSV(B) 14.73º 0.89% 0.99% -
XYZ 43.45 26.97 4.01 -
YUV 127.26 71.99 216.97 -
System Red Green Blue C M Y K H S L
Decimal 252 83 28 0 0.67 0.89 0.01 14.73 0.97 0.55
Hex FC 53 1C 0 43 59 1 F 61 37
Octal 374 123 34 0 103 131 1 17 141 67
Binary 11111100 1010011 11100 0 1000011 1011001 1 1111 1100001 110111

Color Harmonies of #FC531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC531C

Black with #FC531C

Text Example


Text Example

White with #FC531C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC531C; }

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

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

background-color css

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

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

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

border-color css

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

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

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