Html Css Color HEX #FA5A1A International Orange

📋 copy color: '#FA5A1A'

red 250 ◦ green 90 ◦ blue 26

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

Shades of International Orange #FA5A1A

Tints of International Orange #FA5A1A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.59%

 BLUE value IS 26 (10.55% from 255) = 7.1%

R = 68.31%
G = 24.59%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA5A1A (or 0xFA5A1A) is known color: International Orange. HEX triplet: FA, 5A and 1A. RGB value is (250,90,26). Sum of RGB (Red+Green+Blue) = 250+90+26=366 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.31% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 26 (10.55% from 255 or 7.10% from 366); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5A1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5A1A is #05A5E5. Grayscale: #828282. Windows color (decimal): -370150 or 1727226. OLE color: 1727226.

HSL color Cylindrical-coordinate representation of color #FA5A1A: hue angle of 17.14º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA5A1A is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 90 26 -
CMYK 0 0.64 0.90 0.02
HSL 17.14º 0.96% 0.54% -
HSV(B) 17.14º 0.9% 0.98% -
XYZ 43.27 27.71 4.05 -
YUV 130.54 69.01 213.2 -
System Red Green Blue C M Y K H S L
Decimal 250 90 26 0 0.64 0.90 0.02 17.14 0.96 0.54
Hex FA 5A 1A 0 40 5A 2 11 60 36
Octal 372 132 32 0 100 132 2 21 140 66
Binary 11111010 1011010 11010 0 1000000 1011010 10 10001 1100000 110110

Color Harmonies of #FA5A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5A1A

Black with #FA5A1A

Text Example


Text Example

White with #FA5A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5A1A; }

 p { color: rgb(250,90,26); }

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

background-color css

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

 a { background-color: rgb(250,90,26); }

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

border-color css

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

 span { border-color: rgb(250,90,26); }

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