Html Css Color HEX #FC500D International Orange

📋 copy color: '#FC500D'

red 252 ◦ green 80 ◦ blue 13

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

Shades of International Orange #FC500D

Tints of International Orange #FC500D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.77%

R = 73.04%
G = 23.19%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC500D (or 0xFC500D) is known color: International Orange. HEX triplet: FC, 50 and 0D. RGB value is (252,80,13). Sum of RGB (Red+Green+Blue) = 252+80+13=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC500D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC500D is #03AFF2. Grayscale: #7C7C7C. Windows color (decimal): -241651 or 872700. OLE color: 872700.

HSL color Cylindrical-coordinate representation of color #FC500D: hue angle of 16.82º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC500D is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 80 13 -
CMYK 0 0.68 0.95 0.01
HSL 16.82º 0.98% 0.52% -
HSV(B) 16.82º 0.95% 0.99% -
XYZ 43.09 26.46 3.22 -
YUV 123.79 65.48 219.45 -
System Red Green Blue C M Y K H S L
Decimal 252 80 13 0 0.68 0.95 0.01 16.82 0.98 0.52
Hex FC 50 D 0 44 5F 1 11 62 34
Octal 374 120 15 0 104 137 1 21 142 64
Binary 11111100 1010000 1101 0 1000100 1011111 1 10001 1100010 110100

Color Harmonies of #FC500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC500D

Black with #FC500D

Text Example


Text Example

White with #FC500D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC500D; }

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

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

background-color css

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

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

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

border-color css

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

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

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