Html Css Color HEX #FA5301 International Orange

📋 copy color: '#FA5301'

red 250 ◦ green 83 ◦ blue 1

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

Shades of International Orange #FA5301

Tints of International Orange #FA5301

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.85%

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

R = 74.85%
G = 24.85%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FA5301 (or 0xFA5301) is known color: International Orange. HEX triplet: FA, 53 and 01. RGB value is (250,83,1). Sum of RGB (Red+Green+Blue) = 250+83+1=334 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.85% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5301 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5301 is #05ACFE. Grayscale: #7C7C7C. Windows color (decimal): -371967 or 87034. OLE color: 87034.

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

Color convert

RGB 250 83 1 -
CMYK 0 0.67 1.00 0.02
HSL 19.76º 0.99% 0.49% -
HSV(B) 19.76º 1% 0.98% -
XYZ 42.52 26.51 2.9 -
YUV 123.59 58.83 218.17 -
System Red Green Blue C M Y K H S L
Decimal 250 83 1 0 0.67 1.00 0.02 19.76 0.99 0.49
Hex FA 53 1 0 43 64 2 14 63 31
Octal 372 123 1 0 103 144 2 24 143 61
Binary 11111010 1010011 1 0 1000011 1100100 10 10100 1100011 110001

Color Harmonies of #FA5301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5301

Black with #FA5301

Text Example


Text Example

White with #FA5301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5301; }

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

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

background-color css

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

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

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

border-color css

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

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

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