Html Css Color HEX #FD511D International Orange

📋 copy color: '#FD511D'

red 253 ◦ green 81 ◦ blue 29

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

Shades of International Orange #FD511D

Tints of International Orange #FD511D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.99%

R = 69.7%
G = 22.31%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD511D (or 0xFD511D) is known color: International Orange. HEX triplet: FD, 51 and 1D. RGB value is (253,81,29). Sum of RGB (Red+Green+Blue) = 253+81+29=363 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.70% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 29 (11.72% from 255 or 7.99% from 363); Max value from RGB is 253 - color contains mainly: red. Hex color #FD511D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD511D is #02AEE2. Grayscale: #7E7E7E. Windows color (decimal): -175843 or 1921533. OLE color: 1921533.

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

Color convert

RGB 253 81 29 -
CMYK 0 0.68 0.89 0.01
HSL 13.93º 0.98% 0.55% -
HSV(B) 13.93º 0.89% 0.99% -
XYZ 43.67 26.86 4.04 -
YUV 126.5 72.98 218.23 -
System Red Green Blue C M Y K H S L
Decimal 253 81 29 0 0.68 0.89 0.01 13.93 0.98 0.55
Hex FD 51 1D 0 44 59 1 E 62 37
Octal 375 121 35 0 104 131 1 16 142 67
Binary 11111101 1010001 11101 0 1000100 1011001 1 1110 1100010 110111

Color Harmonies of #FD511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD511D

Black with #FD511D

Text Example


Text Example

White with #FD511D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD511D; }

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

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

background-color css

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

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

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

border-color css

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

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

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