Html Css Color HEX #FC510D International Orange

📋 copy color: '#FC510D'

red 252 ◦ green 81 ◦ blue 13

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

Shades of International Orange #FC510D

Tints of International Orange #FC510D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.41%

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

R = 72.83%
G = 23.41%
B = 3.76%

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

#FC510D (or 0xFC510D) is known color: International Orange. HEX triplet: FC, 51 and 0D. RGB value is (252,81,13). Sum of RGB (Red+Green+Blue) = 252+81+13=346 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.83% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 252 - color contains mainly: red. Hex color #FC510D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC510D is #03AEF2. Grayscale: #7C7C7C. Windows color (decimal): -241395 or 872956. OLE color: 872956.

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

Color convert

RGB 252 81 13 -
CMYK 0 0.68 0.95 0.01
HSL 17.07º 0.98% 0.52% -
HSV(B) 17.07º 0.95% 0.99% -
XYZ 43.16 26.61 3.24 -
YUV 124.38 65.15 219.03 -
System Red Green Blue C M Y K H S L
Decimal 252 81 13 0 0.68 0.95 0.01 17.07 0.98 0.52
Hex FC 51 D 0 44 5F 1 11 62 34
Octal 374 121 15 0 104 137 1 21 142 64
Binary 11111100 1010001 1101 0 1000100 1011111 1 10001 1100010 110100

Color Harmonies of #FC510D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC510D

Black with #FC510D

Text Example


Text Example

White with #FC510D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC510D; }

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

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

background-color css

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

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

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

border-color css

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

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

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