Html Css Color HEX #FA5017 International Orange

📋 copy color: '#FA5017'

red 250 ◦ green 80 ◦ blue 23

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

Shades of International Orange #FA5017

Tints of International Orange #FA5017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.52%

R = 70.82%
G = 22.66%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA5017 (or 0xFA5017) is known color: International Orange. HEX triplet: FA, 50 and 17. RGB value is (250,80,23). Sum of RGB (Red+Green+Blue) = 250+80+23=353 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.82% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 23 (9.38% from 255 or 6.52% from 353); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5017 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5017 is #05AFE8. Grayscale: #7C7C7C. Windows color (decimal): -372713 or 1528058. OLE color: 1528058.

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

Color convert

RGB 250 80 23 -
CMYK 0 0.68 0.91 0.02
HSL 15.07º 0.96% 0.54% -
HSV(B) 15.07º 0.91% 0.98% -
XYZ 42.45 26.12 3.62 -
YUV 124.33 70.82 217.63 -
System Red Green Blue C M Y K H S L
Decimal 250 80 23 0 0.68 0.91 0.02 15.07 0.96 0.54
Hex FA 50 17 0 44 5B 2 F 60 36
Octal 372 120 27 0 104 133 2 17 140 66
Binary 11111010 1010000 10111 0 1000100 1011011 10 1111 1100000 110110

Color Harmonies of #FA5017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5017

Black with #FA5017

Text Example


Text Example

White with #FA5017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5017; }

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

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

background-color css

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

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

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

border-color css

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

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

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