Html Css Color HEX #FB551B International Orange

📋 copy color: '#FB551B'

red 251 ◦ green 85 ◦ blue 27

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

Shades of International Orange #FB551B

Tints of International Orange #FB551B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.42%

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

R = 69.15%
G = 23.42%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FB551B (or 0xFB551B) is known color: International Orange. HEX triplet: FB, 55 and 1B. RGB value is (251,85,27). Sum of RGB (Red+Green+Blue) = 251+85+27=363 (48% of max value = 765). Red value is 251 (98.44% from 255 or 69.15% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 27 (10.94% from 255 or 7.44% from 363); Max value from RGB is 251 - color contains mainly: red. Hex color #FB551B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB551B is #04AAE4. Grayscale: #808080. Windows color (decimal): -305893 or 1791483. OLE color: 1791483.

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

Color convert

RGB 251 85 27 -
CMYK 0 0.66 0.89 0.02
HSL 15.54º 0.97% 0.55% -
HSV(B) 15.54º 0.89% 0.98% -
XYZ 43.23 27.09 3.99 -
YUV 128.02 71 215.72 -
System Red Green Blue C M Y K H S L
Decimal 251 85 27 0 0.66 0.89 0.02 15.54 0.97 0.55
Hex FB 55 1B 0 42 59 2 10 61 37
Octal 373 125 33 0 102 131 2 20 141 67
Binary 11111011 1010101 11011 0 1000010 1011001 10 10000 1100001 110111

Color Harmonies of #FB551B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB551B

Black with #FB551B

Text Example


Text Example

White with #FB551B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB551B; }

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

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

background-color css

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

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

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

border-color css

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

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

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