Html Css Color HEX #FA5005 International Orange

📋 copy color: '#FA5005'

red 250 ◦ green 80 ◦ blue 5

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

Shades of International Orange #FA5005

Tints of International Orange #FA5005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.49%

R = 74.63%
G = 23.88%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA5005 (or 0xFA5005) is known color: International Orange. HEX triplet: FA, 50 and 05. RGB value is (250,80,5). Sum of RGB (Red+Green+Blue) = 250+80+5=335 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.63% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 5 (2.34% from 255 or 1.49% from 335); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5005 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5005 is #05AFFA. Grayscale: #7A7A7A. Windows color (decimal): -372731 or 348410. OLE color: 348410.

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

Color convert

RGB 250 80 5 -
CMYK 0 0.68 0.98 0.02
HSL 18.37º 0.96% 0.5% -
HSV(B) 18.37º 0.98% 0.98% -
XYZ 42.32 26.07 2.95 -
YUV 122.28 61.82 219.1 -
System Red Green Blue C M Y K H S L
Decimal 250 80 5 0 0.68 0.98 0.02 18.37 0.96 0.5
Hex FA 50 5 0 44 62 2 12 60 32
Octal 372 120 5 0 104 142 2 22 140 62
Binary 11111010 1010000 101 0 1000100 1100010 10 10010 1100000 110010

Color Harmonies of #FA5005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5005

Black with #FA5005

Text Example


Text Example

White with #FA5005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5005; }

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

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

background-color css

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

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

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

border-color css

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

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

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