Html Css Color HEX #FC5300 International Orange

📋 copy color: '#FC5300'

red 252 ◦ green 83 ◦ blue 0

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

Shades of International Orange #FC5300

Tints of International Orange #FC5300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.22%
G = 24.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC5300 (or 0xFC5300) is known color: International Orange. HEX triplet: FC, 53 and 00. RGB value is (252,83,0). Sum of RGB (Red+Green+Blue) = 252+83+0=335 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.22% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5300 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5300 is #03ACFF. Grayscale: #7C7C7C. Windows color (decimal): -240896 or 21500. OLE color: 21500.

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

Color convert

RGB 252 83 0 -
CMYK 0 0.67 1 0.01
HSL 19.76º 1% 0.49% -
HSV(B) 19.76º 1% 0.99% -
XYZ 43.24 26.88 2.91 -
YUV 124.07 57.99 219.25 -
System Red Green Blue C M Y K H S L
Decimal 252 83 0 0 0.67 1 0.01 19.76 1 0.49
Hex FC 53 0 0 43 64 1 14 64 31
Octal 374 123 0 0 103 144 1 24 144 61
Binary 11111100 1010011 0 0 1000011 1100100 1 10100 1100100 110001

Color Harmonies of #FC5300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5300

Black with #FC5300

Text Example


Text Example

White with #FC5300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5300; }

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

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

background-color css

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

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

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

border-color css

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

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

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