Html Css Color HEX #FB511D International Orange

📋 copy color: '#FB511D'

red 251 ◦ green 81 ◦ blue 29

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

Shades of International Orange #FB511D

Tints of International Orange #FB511D

RGB

 RED value IS 251 (98.44% from 255) = 69.53%

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

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

R = 69.53%
G = 22.44%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB511D (or 0xFB511D) is known color: International Orange. HEX triplet: FB, 51 and 1D. RGB value is (251,81,29). Sum of RGB (Red+Green+Blue) = 251+81+29=361 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.53% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 29 (11.72% from 255 or 8.03% from 361); Max value from RGB is 251 - color contains mainly: red. Hex color #FB511D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB511D is #04AEE2. Grayscale: #7E7E7E. Windows color (decimal): -306915 or 1921531. OLE color: 1921531.

HSL color Cylindrical-coordinate representation of color #FB511D: hue angle of 14.05º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB511D is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 81 29 -
CMYK 0 0.68 0.88 0.02
HSL 14.05º 0.97% 0.55% -
HSV(B) 14.05º 0.88% 0.98% -
XYZ 42.95 26.48 4.01 -
YUV 125.9 73.32 217.23 -
System Red Green Blue C M Y K H S L
Decimal 251 81 29 0 0.68 0.88 0.02 14.05 0.97 0.55
Hex FB 51 1D 0 44 58 2 E 61 37
Octal 373 121 35 0 104 130 2 16 141 67
Binary 11111011 1010001 11101 0 1000100 1011000 10 1110 1100001 110111

Color Harmonies of #FB511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB511D

Black with #FB511D

Text Example


Text Example

White with #FB511D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB511D; }

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

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

background-color css

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

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

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

border-color css

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

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

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