Html Css Color HEX #FB5201 International Orange

📋 copy color: '#FB5201'

red 251 ◦ green 82 ◦ blue 1

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

Shades of International Orange #FB5201

Tints of International Orange #FB5201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 75.15%
G = 24.55%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FB5201 (or 0xFB5201) is known color: International Orange. HEX triplet: FB, 52 and 01. RGB value is (251,82,1). Sum of RGB (Red+Green+Blue) = 251+82+1=334 (44% of max value = 765). Red value is 251 (98.44% from 255 or 75.15% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5201 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5201 is #04ADFE. Grayscale: #7B7B7B. Windows color (decimal): -306687 or 86779. OLE color: 86779.

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

Color convert

RGB 251 82 1 -
CMYK 0 0.67 1.00 0.02
HSL 19.44º 0.99% 0.49% -
HSV(B) 19.44º 1% 0.98% -
XYZ 42.81 26.55 2.9 -
YUV 123.3 58.99 219.09 -
System Red Green Blue C M Y K H S L
Decimal 251 82 1 0 0.67 1.00 0.02 19.44 0.99 0.49
Hex FB 52 1 0 43 64 2 13 63 31
Octal 373 122 1 0 103 144 2 23 143 61
Binary 11111011 1010010 1 0 1000011 1100100 10 10011 1100011 110001

Color Harmonies of #FB5201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5201

Black with #FB5201

Text Example


Text Example

White with #FB5201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5201; }

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

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

background-color css

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

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

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

border-color css

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

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

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