Html Css Color HEX #FA5518 International Orange

📋 copy color: '#FA5518'

red 250 ◦ green 85 ◦ blue 24

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

Shades of International Orange #FA5518

Tints of International Orange #FA5518

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.68%

 BLUE value IS 24 (9.77% from 255) = 6.69%

R = 69.64%
G = 23.68%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA5518 (or 0xFA5518) is known color: International Orange. HEX triplet: FA, 55 and 18. RGB value is (250,85,24). Sum of RGB (Red+Green+Blue) = 250+85+24=359 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.64% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 24 (9.77% from 255 or 6.69% from 359); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5518 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5518 is #05AAE7. Grayscale: #7F7F7F. Windows color (decimal): -371432 or 1594874. OLE color: 1594874.

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

Color convert

RGB 250 85 24 -
CMYK 0 0.66 0.90 0.02
HSL 16.19º 0.96% 0.54% -
HSV(B) 16.19º 0.9% 0.98% -
XYZ 42.84 26.89 3.8 -
YUV 127.38 69.66 215.46 -
System Red Green Blue C M Y K H S L
Decimal 250 85 24 0 0.66 0.90 0.02 16.19 0.96 0.54
Hex FA 55 18 0 42 5A 2 10 60 36
Octal 372 125 30 0 102 132 2 20 140 66
Binary 11111010 1010101 11000 0 1000010 1011010 10 10000 1100000 110110

Color Harmonies of #FA5518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5518

Black with #FA5518

Text Example


Text Example

White with #FA5518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5518; }

 p { color: rgb(250,85,24); }

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

background-color css

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

 a { background-color: rgb(250,85,24); }

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

border-color css

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

 span { border-color: rgb(250,85,24); }

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