Html Css Color HEX #FA5002 International Orange

📋 copy color: '#FA5002'

red 250 ◦ green 80 ◦ blue 2

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

Shades of International Orange #FA5002

Tints of International Orange #FA5002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 75.3%
G = 24.1%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FA5002 (or 0xFA5002) is known color: International Orange. HEX triplet: FA, 50 and 02. RGB value is (250,80,2). Sum of RGB (Red+Green+Blue) = 250+80+2=332 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.30% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5002 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5002 is #05AFFD. Grayscale: #7A7A7A. Windows color (decimal): -372734 or 151802. OLE color: 151802.

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

Color convert

RGB 250 80 2 -
CMYK 0 0.68 0.99 0.02
HSL 18.87º 0.98% 0.49% -
HSV(B) 18.87º 0.99% 0.98% -
XYZ 42.3 26.07 2.86 -
YUV 121.94 60.32 219.34 -
System Red Green Blue C M Y K H S L
Decimal 250 80 2 0 0.68 0.99 0.02 18.87 0.98 0.49
Hex FA 50 2 0 44 63 2 13 62 31
Octal 372 120 2 0 104 143 2 23 142 61
Binary 11111010 1010000 10 0 1000100 1100011 10 10011 1100010 110001

Color Harmonies of #FA5002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5002

Black with #FA5002

Text Example


Text Example

White with #FA5002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5002; }

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

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

background-color css

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

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

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

border-color css

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

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

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