Html Css Color HEX #FA5608 International Orange

📋 copy color: '#FA5608'

red 250 ◦ green 86 ◦ blue 8

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

Shades of International Orange #FA5608

Tints of International Orange #FA5608

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25%

 BLUE value IS 8 (3.52% from 255) = 2.33%

R = 72.67%
G = 25%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FA5608 (or 0xFA5608) is known color: International Orange. HEX triplet: FA, 56 and 08. RGB value is (250,86,8). Sum of RGB (Red+Green+Blue) = 250+86+8=344 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.67% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 8 (3.52% from 255 or 2.33% from 344); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5608 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5608 is #05A9F7. Grayscale: #7E7E7E. Windows color (decimal): -371192 or 546554. OLE color: 546554.

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

Color convert

RGB 250 86 8 -
CMYK 0 0.66 0.97 0.02
HSL 19.34º 0.96% 0.51% -
HSV(B) 19.34º 0.97% 0.98% -
XYZ 42.8 27 3.19 -
YUV 126.14 61.33 216.34 -
System Red Green Blue C M Y K H S L
Decimal 250 86 8 0 0.66 0.97 0.02 19.34 0.96 0.51
Hex FA 56 8 0 42 61 2 13 60 33
Octal 372 126 10 0 102 141 2 23 140 63
Binary 11111010 1010110 1000 0 1000010 1100001 10 10011 1100000 110011

Color Harmonies of #FA5608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5608

Black with #FA5608

Text Example


Text Example

White with #FA5608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5608; }

 p { color: rgb(250,86,8); }

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

background-color css

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

 a { background-color: rgb(250,86,8); }

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

border-color css

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

 span { border-color: rgb(250,86,8); }

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