Html Css Color HEX #FB511B International Orange

📋 copy color: '#FB511B'

red 251 ◦ green 81 ◦ blue 27

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

Shades of International Orange #FB511B

Tints of International Orange #FB511B

RGB

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

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

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

R = 69.92%
G = 22.56%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FB511B (or 0xFB511B) is known color: International Orange. HEX triplet: FB, 51 and 1B. RGB value is (251,81,27). Sum of RGB (Red+Green+Blue) = 251+81+27=359 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.92% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 27 (10.94% from 255 or 7.52% from 359); Max value from RGB is 251 - color contains mainly: red. Hex color #FB511B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB511B is #04AEE4. Grayscale: #7E7E7E. Windows color (decimal): -306917 or 1790459. OLE color: 1790459.

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

Color convert

RGB 251 81 27 -
CMYK 0 0.68 0.89 0.02
HSL 14.46º 0.97% 0.55% -
HSV(B) 14.46º 0.89% 0.98% -
XYZ 42.92 26.47 3.88 -
YUV 125.67 72.32 217.39 -
System Red Green Blue C M Y K H S L
Decimal 251 81 27 0 0.68 0.89 0.02 14.46 0.97 0.55
Hex FB 51 1B 0 44 59 2 E 61 37
Octal 373 121 33 0 104 131 2 16 141 67
Binary 11111011 1010001 11011 0 1000100 1011001 10 1110 1100001 110111

Color Harmonies of #FB511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB511B

Black with #FB511B

Text Example


Text Example

White with #FB511B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB511B; }

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

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

background-color css

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

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

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

border-color css

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

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

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