Html Css Color HEX #FB5902 International Orange

📋 copy color: '#FB5902'

red 251 ◦ green 89 ◦ blue 2

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

Shades of International Orange #FB5902

Tints of International Orange #FB5902

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.02%

 BLUE value IS 2 (1.17% from 255) = 0.58%

R = 73.39%
G = 26.02%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FB5902 (or 0xFB5902) is known color: International Orange. HEX triplet: FB, 59 and 02. RGB value is (251,89,2). Sum of RGB (Red+Green+Blue) = 251+89+2=342 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.39% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 2 (1.17% from 255 or 0.58% from 342); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5902 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5902 is #04A6FD. Grayscale: #808080. Windows color (decimal): -304894 or 154107. OLE color: 154107.

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

Color convert

RGB 251 89 2 -
CMYK 0 0.65 0.99 0.02
HSL 20.96º 0.98% 0.5% -
HSV(B) 20.96º 0.99% 0.98% -
XYZ 43.37 27.66 3.11 -
YUV 127.52 57.17 216.07 -
System Red Green Blue C M Y K H S L
Decimal 251 89 2 0 0.65 0.99 0.02 20.96 0.98 0.5
Hex FB 59 2 0 41 63 2 15 62 32
Octal 373 131 2 0 101 143 2 25 142 62
Binary 11111011 1011001 10 0 1000001 1100011 10 10101 1100010 110010

Color Harmonies of #FB5902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5902

Black with #FB5902

Text Example


Text Example

White with #FB5902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5902; }

 p { color: rgb(251,89,2); }

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

background-color css

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

 a { background-color: rgb(251,89,2); }

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

border-color css

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

 span { border-color: rgb(251,89,2); }

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