Html Css Color HEX #FB5A00 International Orange

📋 copy color: '#FB5A00'

red 251 ◦ green 90 ◦ blue 0

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

Shades of International Orange #FB5A00

Tints of International Orange #FB5A00

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.39%

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

R = 73.61%
G = 26.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FB5A00 (or 0xFB5A00) is known color: International Orange. HEX triplet: FB, 5A and 00. RGB value is (251,90,0). Sum of RGB (Red+Green+Blue) = 251+90+0=341 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.61% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5A00 is #04A5FF. Grayscale: #808080. Windows color (decimal): -304640 or 23291. OLE color: 23291.

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

Color convert

RGB 251 90 0 -
CMYK 0 0.64 1 0.02
HSL 21.51º 1% 0.49% -
HSV(B) 21.51º 1% 0.98% -
XYZ 43.44 27.82 3.08 -
YUV 127.88 55.84 215.82 -
System Red Green Blue C M Y K H S L
Decimal 251 90 0 0 0.64 1 0.02 21.51 1 0.49
Hex FB 5A 0 0 40 64 2 16 64 31
Octal 373 132 0 0 100 144 2 26 144 61
Binary 11111011 1011010 0 0 1000000 1100100 10 10110 1100100 110001

Color Harmonies of #FB5A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5A00

Black with #FB5A00

Text Example


Text Example

White with #FB5A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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