Html Css Color HEX #FA9C10 Dark Tangerine

📋 copy color: '#FA9C10'

red 250 ◦ green 156 ◦ blue 16

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

Shades of Dark Tangerine #FA9C10

Tints of Dark Tangerine #FA9C10

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.97%

 BLUE value IS 16 (6.64% from 255) = 3.79%

R = 59.24%
G = 36.97%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA9C10 (or 0xFA9C10) is known color: Dark Tangerine. HEX triplet: FA, 9C and 10. RGB value is (250,156,16). Sum of RGB (Red+Green+Blue) = 250+156+16=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 156 (61.33% from 255 or 36.97% from 422); Blue value is 16 (6.64% from 255 or 3.79% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9C10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9C10 is #0563EF. Grayscale: #A8A8A8. Windows color (decimal): -353264 or 1088762. OLE color: 1088762.

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

Color convert

RGB 250 156 16 -
CMYK 0 0.38 0.94 0.02
HSL 35.9º 0.96% 0.52% -
HSV(B) 35.9º 0.94% 0.98% -
XYZ 51.41 44.14 6.3 -
YUV 168.15 42.14 186.38 -
System Red Green Blue C M Y K H S L
Decimal 250 156 16 0 0.38 0.94 0.02 35.9 0.96 0.52
Hex FA 9C 10 0 26 5E 2 24 60 34
Octal 372 234 20 0 46 136 2 44 140 64
Binary 11111010 10011100 10000 0 100110 1011110 10 100100 1100000 110100

Color Harmonies of #FA9C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9C10

Black with #FA9C10

Text Example


Text Example

White with #FA9C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9C10; }

 p { color: rgb(250,156,16); }

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

background-color css

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

 a { background-color: rgb(250,156,16); }

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

border-color css

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

 span { border-color: rgb(250,156,16); }

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