Html Css Color HEX #FB5005 International Orange

📋 copy color: '#FB5005'

red 251 ◦ green 80 ◦ blue 5

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

Shades of International Orange #FB5005

Tints of International Orange #FB5005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.49%

R = 74.7%
G = 23.81%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FB5005 (or 0xFB5005) is known color: International Orange. HEX triplet: FB, 50 and 05. RGB value is (251,80,5). Sum of RGB (Red+Green+Blue) = 251+80+5=336 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.70% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 5 (2.34% from 255 or 1.49% from 336); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5005 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5005 is #04AFFA. Grayscale: #7B7B7B. Windows color (decimal): -307195 or 348411. OLE color: 348411.

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

Color convert

RGB 251 80 5 -
CMYK 0 0.68 0.98 0.02
HSL 18.29º 0.97% 0.5% -
HSV(B) 18.29º 0.98% 0.98% -
XYZ 42.68 26.26 2.96 -
YUV 122.58 61.65 219.6 -
System Red Green Blue C M Y K H S L
Decimal 251 80 5 0 0.68 0.98 0.02 18.29 0.97 0.5
Hex FB 50 5 0 44 62 2 12 61 32
Octal 373 120 5 0 104 142 2 22 141 62
Binary 11111011 1010000 101 0 1000100 1100010 10 10010 1100001 110010

Color Harmonies of #FB5005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5005

Black with #FB5005

Text Example


Text Example

White with #FB5005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5005; }

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

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

background-color css

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

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

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

border-color css

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

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

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