Html Css Color HEX #FA5401 International Orange

📋 copy color: '#FA5401'

red 250 ◦ green 84 ◦ blue 1

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

Shades of International Orange #FA5401

Tints of International Orange #FA5401

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.07%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 74.63%
G = 25.07%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FA5401 (or 0xFA5401) is known color: International Orange. HEX triplet: FA, 54 and 01. RGB value is (250,84,1). Sum of RGB (Red+Green+Blue) = 250+84+1=335 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.63% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 1 (0.78% from 255 or 0.30% from 335); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5401 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5401 is #05ABFE. Grayscale: #7C7C7C. Windows color (decimal): -371711 or 87290. OLE color: 87290.

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

Color convert

RGB 250 84 1 -
CMYK 0 0.66 1.00 0.02
HSL 20º 0.99% 0.49% -
HSV(B) 20º 1% 0.98% -
XYZ 42.6 26.67 2.93 -
YUV 124.17 58.5 217.75 -
System Red Green Blue C M Y K H S L
Decimal 250 84 1 0 0.66 1.00 0.02 20 0.99 0.49
Hex FA 54 1 0 42 64 2 14 63 31
Octal 372 124 1 0 102 144 2 24 143 61
Binary 11111010 1010100 1 0 1000010 1100100 10 10100 1100011 110001

Color Harmonies of #FA5401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5401

Black with #FA5401

Text Example


Text Example

White with #FA5401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5401; }

 p { color: rgb(250,84,1); }

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

background-color css

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

 a { background-color: rgb(250,84,1); }

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

border-color css

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

 span { border-color: rgb(250,84,1); }

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