Html Css Color HEX #FA5210 International Orange

📋 copy color: '#FA5210'

red 250 ◦ green 82 ◦ blue 16

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

Shades of International Orange #FA5210

Tints of International Orange #FA5210

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.56%

 BLUE value IS 16 (6.64% from 255) = 4.6%

R = 71.84%
G = 23.56%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA5210 (or 0xFA5210) is known color: International Orange. HEX triplet: FA, 52 and 10. RGB value is (250,82,16). Sum of RGB (Red+Green+Blue) = 250+82+16=348 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.84% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 16 (6.64% from 255 or 4.60% from 348); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5210 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5210 is #05ADEF. Grayscale: #7D7D7D. Windows color (decimal): -372208 or 1069818. OLE color: 1069818.

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

Color convert

RGB 250 82 16 -
CMYK 0 0.67 0.94 0.02
HSL 16.92º 0.96% 0.52% -
HSV(B) 16.92º 0.94% 0.98% -
XYZ 42.54 26.4 3.34 -
YUV 124.71 66.66 217.37 -
System Red Green Blue C M Y K H S L
Decimal 250 82 16 0 0.67 0.94 0.02 16.92 0.96 0.52
Hex FA 52 10 0 43 5E 2 11 60 34
Octal 372 122 20 0 103 136 2 21 140 64
Binary 11111010 1010010 10000 0 1000011 1011110 10 10001 1100000 110100

Color Harmonies of #FA5210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5210

Black with #FA5210

Text Example


Text Example

White with #FA5210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5210; }

 p { color: rgb(250,82,16); }

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

background-color css

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

 a { background-color: rgb(250,82,16); }

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

border-color css

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

 span { border-color: rgb(250,82,16); }

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