Html Css Color HEX #FA5019 International Orange

📋 copy color: '#FA5019'

red 250 ◦ green 80 ◦ blue 25

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

Shades of International Orange #FA5019

Tints of International Orange #FA5019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.04%

R = 70.42%
G = 22.54%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#FA5019 (or 0xFA5019) is known color: International Orange. HEX triplet: FA, 50 and 19. RGB value is (250,80,25). Sum of RGB (Red+Green+Blue) = 250+80+25=355 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.42% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 25 (10.16% from 255 or 7.04% from 355); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5019 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5019 is #05AFE6. Grayscale: #7C7C7C. Windows color (decimal): -372711 or 1659130. OLE color: 1659130.

HSL color Cylindrical-coordinate representation of color #FA5019: hue angle of 14.67º 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 #FA5019 is Cyan = 0, Magento = 0.68, Yellow = 0.9 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 80 25 -
CMYK 0 0.68 0.9 0.02
HSL 14.67º 0.96% 0.54% -
HSV(B) 14.67º 0.9% 0.98% -
XYZ 42.47 26.13 3.73 -
YUV 124.56 71.82 217.47 -
System Red Green Blue C M Y K H S L
Decimal 250 80 25 0 0.68 0.9 0.02 14.67 0.96 0.54
Hex FA 50 19 0 44 5A 2 F 60 36
Octal 372 120 31 0 104 132 2 17 140 66
Binary 11111010 1010000 11001 0 1000100 1011010 10 1111 1100000 110110

Color Harmonies of #FA5019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5019

Black with #FA5019

Text Example


Text Example

White with #FA5019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5019; }

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

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

background-color css

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

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

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

border-color css

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

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

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