Html Css Color HEX #FB5500 International Orange

📋 copy color: '#FB5500'

red 251 ◦ green 85 ◦ blue 0

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

Shades of International Orange #FB5500

Tints of International Orange #FB5500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.7%
G = 25.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FB5500 (or 0xFB5500) is known color: International Orange. HEX triplet: FB, 55 and 00. RGB value is (251,85,0). Sum of RGB (Red+Green+Blue) = 251+85+0=336 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.70% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5500 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5500 is #04AAFF. Grayscale: #7D7D7D. Windows color (decimal): -305920 or 22011. OLE color: 22011.

HSL color Cylindrical-coordinate representation of color #FB5500: hue angle of 20.32º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB5500 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 85 0 -
CMYK 0 0.66 1 0.02
HSL 20.32º 1% 0.49% -
HSV(B) 20.32º 1% 0.98% -
XYZ 43.03 27.01 2.94 -
YUV 124.94 57.5 217.91 -
System Red Green Blue C M Y K H S L
Decimal 251 85 0 0 0.66 1 0.02 20.32 1 0.49
Hex FB 55 0 0 42 64 2 14 64 31
Octal 373 125 0 0 102 144 2 24 144 61
Binary 11111011 1010101 0 0 1000010 1100100 10 10100 1100100 110001

Color Harmonies of #FB5500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5500

Black with #FB5500

Text Example


Text Example

White with #FB5500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5500; }

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

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

background-color css

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

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

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

border-color css

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

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

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