Html Css Color HEX #FB5200 International Orange

📋 copy color: '#FB5200'

red 251 ◦ green 82 ◦ blue 0

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

Shades of International Orange #FB5200

Tints of International Orange #FB5200

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.62%

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

R = 75.38%
G = 24.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FB5200 (or 0xFB5200) is known color: International Orange. HEX triplet: FB, 52 and 00. RGB value is (251,82,0). Sum of RGB (Red+Green+Blue) = 251+82+0=333 (44% of max value = 765). Red value is 251 (98.44% from 255 or 75.38% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5200 is #04ADFF. Grayscale: #7B7B7B. Windows color (decimal): -306688 or 21243. OLE color: 21243.

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

Color convert

RGB 251 82 0 -
CMYK 0 0.67 1 0.02
HSL 19.6º 1% 0.49% -
HSV(B) 19.6º 1% 0.98% -
XYZ 42.8 26.54 2.87 -
YUV 123.18 58.49 219.17 -
System Red Green Blue C M Y K H S L
Decimal 251 82 0 0 0.67 1 0.02 19.6 1 0.49
Hex FB 52 0 0 43 64 2 14 64 31
Octal 373 122 0 0 103 144 2 24 144 61
Binary 11111011 1010010 0 0 1000011 1100100 10 10100 1100100 110001

Color Harmonies of #FB5200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5200

Black with #FB5200

Text Example


Text Example

White with #FB5200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5200; }

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

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

background-color css

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

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

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

border-color css

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

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

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