Html Css Color HEX #FA5A05 International Orange

📋 copy color: '#FA5A05'

red 250 ◦ green 90 ◦ blue 5

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

Shades of International Orange #FA5A05

Tints of International Orange #FA5A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.45%

R = 72.46%
G = 26.09%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA5A05 (or 0xFA5A05) is known color: International Orange. HEX triplet: FA, 5A and 05. RGB value is (250,90,5). Sum of RGB (Red+Green+Blue) = 250+90+5=345 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.46% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 5 (2.34% from 255 or 1.45% from 345); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5A05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5A05 is #05A5FA. Grayscale: #808080. Windows color (decimal): -370171 or 350970. OLE color: 350970.

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

Color convert

RGB 250 90 5 -
CMYK 0 0.64 0.98 0.02
HSL 20.82º 0.96% 0.5% -
HSV(B) 20.82º 0.98% 0.98% -
XYZ 43.11 27.65 3.21 -
YUV 128.15 58.51 214.91 -
System Red Green Blue C M Y K H S L
Decimal 250 90 5 0 0.64 0.98 0.02 20.82 0.96 0.5
Hex FA 5A 5 0 40 62 2 15 60 32
Octal 372 132 5 0 100 142 2 25 140 62
Binary 11111010 1011010 101 0 1000000 1100010 10 10101 1100000 110010

Color Harmonies of #FA5A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5A05

Black with #FA5A05

Text Example


Text Example

White with #FA5A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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