Html Css Color HEX #FA5310 International Orange

📋 copy color: '#FA5310'

red 250 ◦ green 83 ◦ blue 16

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

Shades of International Orange #FA5310

Tints of International Orange #FA5310

RGB

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

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

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

R = 71.63%
G = 23.78%
B = 4.58%

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

#FA5310 (or 0xFA5310) is known color: International Orange. HEX triplet: FA, 53 and 10. RGB value is (250,83,16). Sum of RGB (Red+Green+Blue) = 250+83+16=349 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.63% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 16 (6.64% from 255 or 4.58% from 349); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5310 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5310 is #05ACEF. Grayscale: #7D7D7D. Windows color (decimal): -371952 or 1070074. OLE color: 1070074.

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

Color convert

RGB 250 83 16 -
CMYK 0 0.67 0.94 0.02
HSL 17.18º 0.96% 0.52% -
HSV(B) 17.18º 0.94% 0.98% -
XYZ 42.61 26.55 3.37 -
YUV 125.3 66.33 216.95 -
System Red Green Blue C M Y K H S L
Decimal 250 83 16 0 0.67 0.94 0.02 17.18 0.96 0.52
Hex FA 53 10 0 43 5E 2 11 60 34
Octal 372 123 20 0 103 136 2 21 140 64
Binary 11111010 1010011 10000 0 1000011 1011110 10 10001 1100000 110100

Color Harmonies of #FA5310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5310

Black with #FA5310

Text Example


Text Example

White with #FA5310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5310; }

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

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

background-color css

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

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

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

border-color css

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

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

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