Html Css Color HEX #FA5008 International Orange

📋 copy color: '#FA5008'

red 250 ◦ green 80 ◦ blue 8

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

Shades of International Orange #FA5008

Tints of International Orange #FA5008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.37%

R = 73.96%
G = 23.67%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FA5008 (or 0xFA5008) is known color: International Orange. HEX triplet: FA, 50 and 08. RGB value is (250,80,8). Sum of RGB (Red+Green+Blue) = 250+80+8=338 (44% of max value = 765). Red value is 250 (98.05% from 255 or 73.96% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 8 (3.52% from 255 or 2.37% from 338); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5008 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5008 is #05AFF7. Grayscale: #7B7B7B. Windows color (decimal): -372728 or 545018. OLE color: 545018.

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

Color convert

RGB 250 80 8 -
CMYK 0 0.68 0.97 0.02
HSL 17.85º 0.96% 0.51% -
HSV(B) 17.85º 0.97% 0.98% -
XYZ 42.34 26.08 3.03 -
YUV 122.62 63.32 218.85 -
System Red Green Blue C M Y K H S L
Decimal 250 80 8 0 0.68 0.97 0.02 17.85 0.96 0.51
Hex FA 50 8 0 44 61 2 12 60 33
Octal 372 120 10 0 104 141 2 22 140 63
Binary 11111010 1010000 1000 0 1000100 1100001 10 10010 1100000 110011

Color Harmonies of #FA5008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5008

Black with #FA5008

Text Example


Text Example

White with #FA5008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5008; }

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

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

background-color css

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

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

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

border-color css

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

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

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