Html Css Color HEX #FD511B International Orange

📋 copy color: '#FD511B'

red 253 ◦ green 81 ◦ blue 27

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

Shades of International Orange #FD511B

Tints of International Orange #FD511B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.48%

R = 70.08%
G = 22.44%
B = 7.48%

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

#FD511B (or 0xFD511B) is known color: International Orange. HEX triplet: FD, 51 and 1B. RGB value is (253,81,27). Sum of RGB (Red+Green+Blue) = 253+81+27=361 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.08% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 253 - color contains mainly: red. Hex color #FD511B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD511B is #02AEE4. Grayscale: #7E7E7E. Windows color (decimal): -175845 or 1790461. OLE color: 1790461.

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

Color convert

RGB 253 81 27 -
CMYK 0 0.68 0.89 0.01
HSL 14.34º 0.98% 0.55% -
HSV(B) 14.34º 0.89% 0.99% -
XYZ 43.65 26.85 3.92 -
YUV 126.27 71.98 218.39 -
System Red Green Blue C M Y K H S L
Decimal 253 81 27 0 0.68 0.89 0.01 14.34 0.98 0.55
Hex FD 51 1B 0 44 59 1 E 62 37
Octal 375 121 33 0 104 131 1 16 142 67
Binary 11111101 1010001 11011 0 1000100 1011001 1 1110 1100010 110111

Color Harmonies of #FD511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD511B

Black with #FD511B

Text Example


Text Example

White with #FD511B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD511B; }

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

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

background-color css

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

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

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

border-color css

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

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

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