Html Css Color HEX #FA5100 International Orange

📋 copy color: '#FA5100'

red 250 ◦ green 81 ◦ blue 0

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

Shades of International Orange #FA5100

Tints of International Orange #FA5100

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.47%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.53%
G = 24.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FA5100 (or 0xFA5100) is known color: International Orange. HEX triplet: FA, 51 and 00. RGB value is (250,81,0). Sum of RGB (Red+Green+Blue) = 250+81+0=331 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.53% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5100 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5100 is #05AEFF. Grayscale: #7A7A7A. Windows color (decimal): -372480 or 20986. OLE color: 20986.

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

Color convert

RGB 250 81 0 -
CMYK 0 0.68 1 0.02
HSL 19.44º 1% 0.49% -
HSV(B) 19.44º 1% 0.98% -
XYZ 42.37 26.21 2.83 -
YUV 122.3 58.99 219.09 -
System Red Green Blue C M Y K H S L
Decimal 250 81 0 0 0.68 1 0.02 19.44 1 0.49
Hex FA 51 0 0 44 64 2 13 64 31
Octal 372 121 0 0 104 144 2 23 144 61
Binary 11111010 1010001 0 0 1000100 1100100 10 10011 1100100 110001

Color Harmonies of #FA5100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5100

Black with #FA5100

Text Example


Text Example

White with #FA5100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5100; }

 p { color: rgb(250,81,0); }

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

background-color css

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

 a { background-color: rgb(250,81,0); }

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

border-color css

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

 span { border-color: rgb(250,81,0); }

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