Html Css Color HEX #FB5010 International Orange

📋 copy color: '#FB5010'

red 251 ◦ green 80 ◦ blue 16

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

Shades of International Orange #FB5010

Tints of International Orange #FB5010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.61%

R = 72.33%
G = 23.05%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB5010 (or 0xFB5010) is known color: International Orange. HEX triplet: FB, 50 and 10. RGB value is (251,80,16). Sum of RGB (Red+Green+Blue) = 251+80+16=347 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.33% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 16 (6.64% from 255 or 4.61% from 347); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5010 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5010 is #04AFEF. Grayscale: #7C7C7C. Windows color (decimal): -307184 or 1069307. OLE color: 1069307.

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

Color convert

RGB 251 80 16 -
CMYK 0 0.68 0.94 0.02
HSL 16.34º 0.97% 0.52% -
HSV(B) 16.34º 0.94% 0.98% -
XYZ 42.75 26.28 3.31 -
YUV 123.83 67.15 218.7 -
System Red Green Blue C M Y K H S L
Decimal 251 80 16 0 0.68 0.94 0.02 16.34 0.97 0.52
Hex FB 50 10 0 44 5E 2 10 61 34
Octal 373 120 20 0 104 136 2 20 141 64
Binary 11111011 1010000 10000 0 1000100 1011110 10 10000 1100001 110100

Color Harmonies of #FB5010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5010

Black with #FB5010

Text Example


Text Example

White with #FB5010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5010; }

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

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

background-color css

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

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

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

border-color css

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

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

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