Html Css Color HEX #FD510C International Orange

📋 copy color: '#FD510C'

red 253 ◦ green 81 ◦ blue 12

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

Shades of International Orange #FD510C

Tints of International Orange #FD510C

RGB

 RED value IS 253 (99.22% from 255) = 73.12%

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

 BLUE value IS 12 (5.08% from 255) = 3.47%

R = 73.12%
G = 23.41%
B = 3.47%

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

#FD510C (or 0xFD510C) is known color: International Orange. HEX triplet: FD, 51 and 0C. RGB value is (253,81,12). Sum of RGB (Red+Green+Blue) = 253+81+12=346 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.12% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 253 - color contains mainly: red. Hex color #FD510C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD510C is #02AEF3. Grayscale: #7D7D7D. Windows color (decimal): -175860 or 807421. OLE color: 807421.

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

Color convert

RGB 253 81 12 -
CMYK 0 0.68 0.95 0.01
HSL 17.18º 0.98% 0.52% -
HSV(B) 17.18º 0.95% 0.99% -
XYZ 43.52 26.79 3.23 -
YUV 124.56 64.48 219.61 -
System Red Green Blue C M Y K H S L
Decimal 253 81 12 0 0.68 0.95 0.01 17.18 0.98 0.52
Hex FD 51 C 0 44 5F 1 11 62 34
Octal 375 121 14 0 104 137 1 21 142 64
Binary 11111101 1010001 1100 0 1000100 1011111 1 10001 1100010 110100

Color Harmonies of #FD510C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD510C

Black with #FD510C

Text Example


Text Example

White with #FD510C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD510C; }

 p { color: rgb(253,81,12); }

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

background-color css

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

 a { background-color: rgb(253,81,12); }

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

border-color css

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

 span { border-color: rgb(253,81,12); }

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