Html Css Color HEX #FB5003 International Orange

📋 copy color: '#FB5003'

red 251 ◦ green 80 ◦ blue 3

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

Shades of International Orange #FB5003

Tints of International Orange #FB5003

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.95%

 BLUE value IS 3 (1.56% from 255) = 0.9%

R = 75.15%
G = 23.95%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FB5003 (or 0xFB5003) is known color: International Orange. HEX triplet: FB, 50 and 03. RGB value is (251,80,3). Sum of RGB (Red+Green+Blue) = 251+80+3=334 (44% of max value = 765). Red value is 251 (98.44% from 255 or 75.15% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 3 (1.56% from 255 or 0.90% from 334); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5003 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5003 is #04AFFC. Grayscale: #7A7A7A. Windows color (decimal): -307197 or 217339. OLE color: 217339.

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

Color convert

RGB 251 80 3 -
CMYK 0 0.68 0.99 0.02
HSL 18.63º 0.98% 0.5% -
HSV(B) 18.63º 0.99% 0.98% -
XYZ 42.67 26.25 2.9 -
YUV 122.35 60.65 219.76 -
System Red Green Blue C M Y K H S L
Decimal 251 80 3 0 0.68 0.99 0.02 18.63 0.98 0.5
Hex FB 50 3 0 44 63 2 13 62 32
Octal 373 120 3 0 104 143 2 23 142 62
Binary 11111011 1010000 11 0 1000100 1100011 10 10011 1100010 110010

Color Harmonies of #FB5003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5003

Black with #FB5003

Text Example


Text Example

White with #FB5003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5003; }

 p { color: rgb(251,80,3); }

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

background-color css

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

 a { background-color: rgb(251,80,3); }

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

border-color css

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

 span { border-color: rgb(251,80,3); }

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