Html Css Color HEX #FF9C0F Dark Tangerine

📋 copy color: '#FF9C0F'

red 255 ◦ green 156 ◦ blue 15

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

Shades of Dark Tangerine #FF9C0F

Tints of Dark Tangerine #FF9C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.52%

R = 59.86%
G = 36.62%
B = 3.52%

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

#FF9C0F (or 0xFF9C0F) is known color: Dark Tangerine. HEX triplet: FF, 9C and 0F. RGB value is (255,156,15). Sum of RGB (Red+Green+Blue) = 255+156+15=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 15 (6.25% from 255 or 3.52% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9C0F is #0063F0. Grayscale: #AAAAAA. Windows color (decimal): -25585 or 1023231. OLE color: 1023231.

HSL color Cylindrical-coordinate representation of color #FF9C0F: hue angle of 35.25º 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 #FF9C0F is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 255 156 15 -
CMYK 0 0.39 0.94 0
HSL 35.25º 1% 0.53% -
HSV(B) 35.25º 0.94% 1% -
XYZ 53.21 45.07 6.35 -
YUV 169.53 40.8 188.96 -
System Red Green Blue C M Y K H S L
Decimal 255 156 15 0 0.39 0.94 0 35.25 1 0.53
Hex FF 9C F 0 27 5E 0 23 64 35
Octal 377 234 17 0 47 136 0 43 144 65
Binary 11111111 10011100 1111 0 100111 1011110 0 100011 1100100 110101

Color Harmonies of #FF9C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9C0F

Black with #FF9C0F

Text Example


Text Example

White with #FF9C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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