Html Css Color HEX #FA9608 Dark Orange

📋 copy color: '#FA9608'

red 250 ◦ green 150 ◦ blue 8

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

Shades of Dark Orange #FA9608

Tints of Dark Orange #FA9608

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.76%

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

R = 61.27%
G = 36.76%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FA9608 (or 0xFA9608) is known color: Dark Orange. HEX triplet: FA, 96 and 08. RGB value is (250,150,8). Sum of RGB (Red+Green+Blue) = 250+150+8=408 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.27% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 8 (3.52% from 255 or 1.96% from 408); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9608 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9608 is #0569F7. Grayscale: #A4A4A4. Windows color (decimal): -354808 or 562938. OLE color: 562938.

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

Color convert

RGB 250 150 8 -
CMYK 0 0.4 0.97 0.02
HSL 35.21º 0.96% 0.51% -
HSV(B) 35.21º 0.97% 0.98% -
XYZ 50.37 42.15 5.71 -
YUV 163.71 40.13 189.55 -
System Red Green Blue C M Y K H S L
Decimal 250 150 8 0 0.4 0.97 0.02 35.21 0.96 0.51
Hex FA 96 8 0 28 61 2 23 60 33
Octal 372 226 10 0 50 141 2 43 140 63
Binary 11111010 10010110 1000 0 101000 1100001 10 100011 1100000 110011

Color Harmonies of #FA9608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9608

Black with #FA9608

Text Example


Text Example

White with #FA9608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9608; }

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

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

background-color css

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

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

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

border-color css

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

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

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