Html Css Color HEX #FA5316 International Orange

📋 copy color: '#FA5316'

red 250 ◦ green 83 ◦ blue 22

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

Shades of International Orange #FA5316

Tints of International Orange #FA5316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.2%

R = 70.42%
G = 23.38%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA5316 (or 0xFA5316) is known color: International Orange. HEX triplet: FA, 53 and 16. RGB value is (250,83,22). Sum of RGB (Red+Green+Blue) = 250+83+22=355 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.42% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5316 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5316 is #05ACE9. Grayscale: #7E7E7E. Windows color (decimal): -371946 or 1463290. OLE color: 1463290.

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

Color convert

RGB 250 83 22 -
CMYK 0 0.67 0.91 0.02
HSL 16.05º 0.96% 0.53% -
HSV(B) 16.05º 0.91% 0.98% -
XYZ 42.66 26.57 3.64 -
YUV 125.98 69.33 216.46 -
System Red Green Blue C M Y K H S L
Decimal 250 83 22 0 0.67 0.91 0.02 16.05 0.96 0.53
Hex FA 53 16 0 43 5B 2 10 60 35
Octal 372 123 26 0 103 133 2 20 140 65
Binary 11111010 1010011 10110 0 1000011 1011011 10 10000 1100000 110101

Color Harmonies of #FA5316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5316

Black with #FA5316

Text Example


Text Example

White with #FA5316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5316; }

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

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

background-color css

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

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

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

border-color css

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

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

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