Html Css Color HEX #FF9C10 Dark Tangerine

📋 copy color: '#FF9C10'

red 255 ◦ green 156 ◦ blue 16

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

Shades of Dark Tangerine #FF9C10

Tints of Dark Tangerine #FF9C10

RGB

 RED value IS 255 (100% from 255) = 59.72%

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

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

R = 59.72%
G = 36.53%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF9C10 (or 0xFF9C10) is known color: Dark Tangerine. HEX triplet: FF, 9C and 10. RGB value is (255,156,16). Sum of RGB (Red+Green+Blue) = 255+156+16=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 16 (6.64% from 255 or 3.75% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9C10 is #0063EF. Grayscale: #AAAAAA. Windows color (decimal): -25584 or 1088767. OLE color: 1088767.

HSL color Cylindrical-coordinate representation of color #FF9C10: hue angle of 35.15º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF9C10 is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 255 156 16 -
CMYK 0 0.39 0.94 0
HSL 35.15º 1% 0.53% -
HSV(B) 35.15º 0.94% 1% -
XYZ 53.22 45.07 6.39 -
YUV 169.64 41.3 188.88 -
System Red Green Blue C M Y K H S L
Decimal 255 156 16 0 0.39 0.94 0 35.15 1 0.53
Hex FF 9C 10 0 27 5E 0 23 64 35
Octal 377 234 20 0 47 136 0 43 144 65
Binary 11111111 10011100 10000 0 100111 1011110 0 100011 1100100 110101

Color Harmonies of #FF9C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9C10

Black with #FF9C10

Text Example


Text Example

White with #FF9C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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