Html Css Color HEX #FB5301 International Orange

📋 copy color: '#FB5301'

red 251 ◦ green 83 ◦ blue 1

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

Shades of International Orange #FB5301

Tints of International Orange #FB5301

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.78%

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

R = 74.93%
G = 24.78%
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

#FB5301 (or 0xFB5301) is known color: International Orange. HEX triplet: FB, 53 and 01. RGB value is (251,83,1). Sum of RGB (Red+Green+Blue) = 251+83+1=335 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.93% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 1 (0.78% from 255 or 0.30% from 335); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5301 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5301 is #04ACFE. Grayscale: #7C7C7C. Windows color (decimal): -306431 or 87035. OLE color: 87035.

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

Color convert

RGB 251 83 1 -
CMYK 0 0.67 1.00 0.02
HSL 19.68º 0.99% 0.49% -
HSV(B) 19.68º 1% 0.98% -
XYZ 42.88 26.7 2.92 -
YUV 123.88 58.66 218.67 -
System Red Green Blue C M Y K H S L
Decimal 251 83 1 0 0.67 1.00 0.02 19.68 0.99 0.49
Hex FB 53 1 0 43 64 2 14 63 31
Octal 373 123 1 0 103 144 2 24 143 61
Binary 11111011 1010011 1 0 1000011 1100100 10 10100 1100011 110001

Color Harmonies of #FB5301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5301

Black with #FB5301

Text Example


Text Example

White with #FB5301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5301; }

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

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

background-color css

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

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

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

border-color css

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

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

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