Html Css Color HEX #FA5011 International Orange

📋 copy color: '#FA5011'

red 250 ◦ green 80 ◦ blue 17

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

Shades of International Orange #FA5011

Tints of International Orange #FA5011

RGB

 RED value IS 250 (98.05% from 255) = 72.05%

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

 BLUE value IS 17 (7.03% from 255) = 4.9%

R = 72.05%
G = 23.05%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA5011 (or 0xFA5011) is known color: International Orange. HEX triplet: FA, 50 and 11. RGB value is (250,80,17). Sum of RGB (Red+Green+Blue) = 250+80+17=347 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.05% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 17 (7.03% from 255 or 4.90% from 347); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5011 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5011 is #05AFEE. Grayscale: #7C7C7C. Windows color (decimal): -372719 or 1134842. OLE color: 1134842.

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

Color convert

RGB 250 80 17 -
CMYK 0 0.68 0.93 0.02
HSL 16.22º 0.96% 0.52% -
HSV(B) 16.22º 0.93% 0.98% -
XYZ 42.39 26.1 3.33 -
YUV 123.65 67.82 218.12 -
System Red Green Blue C M Y K H S L
Decimal 250 80 17 0 0.68 0.93 0.02 16.22 0.96 0.52
Hex FA 50 11 0 44 5D 2 10 60 34
Octal 372 120 21 0 104 135 2 20 140 64
Binary 11111010 1010000 10001 0 1000100 1011101 10 10000 1100000 110100

Color Harmonies of #FA5011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5011

Black with #FA5011

Text Example


Text Example

White with #FA5011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5011; }

 p { color: rgb(250,80,17); }

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

background-color css

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

 a { background-color: rgb(250,80,17); }

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

border-color css

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

 span { border-color: rgb(250,80,17); }

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