Html Css Color HEX #FA5A14 International Orange

📋 copy color: '#FA5A14'

red 250 ◦ green 90 ◦ blue 20

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

Shades of International Orange #FA5A14

Tints of International Orange #FA5A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.56%

R = 69.44%
G = 25%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA5A14 (or 0xFA5A14) is known color: International Orange. HEX triplet: FA, 5A and 14. RGB value is (250,90,20). Sum of RGB (Red+Green+Blue) = 250+90+20=360 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.44% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 20 (8.20% from 255 or 5.56% from 360); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5A14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5A14 is #05A5EB. Grayscale: #828282. Windows color (decimal): -370156 or 1334010. OLE color: 1334010.

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

Color convert

RGB 250 90 20 -
CMYK 0 0.64 0.92 0.02
HSL 18.26º 0.96% 0.53% -
HSV(B) 18.26º 0.92% 0.98% -
XYZ 43.21 27.69 3.73 -
YUV 129.86 66.01 213.69 -
System Red Green Blue C M Y K H S L
Decimal 250 90 20 0 0.64 0.92 0.02 18.26 0.96 0.53
Hex FA 5A 14 0 40 5C 2 12 60 35
Octal 372 132 24 0 100 134 2 22 140 65
Binary 11111010 1011010 10100 0 1000000 1011100 10 10010 1100000 110101

Color Harmonies of #FA5A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5A14

Black with #FA5A14

Text Example


Text Example

White with #FA5A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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