Html Css Color HEX #FF9E0C Dark Tangerine

📋 copy color: '#FF9E0C'

red 255 ◦ green 158 ◦ blue 12

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

Shades of Dark Tangerine #FF9E0C

Tints of Dark Tangerine #FF9E0C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.18%

 BLUE value IS 12 (5.08% from 255) = 2.82%

R = 60%
G = 37.18%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF9E0C (or 0xFF9E0C) is known color: Dark Tangerine. HEX triplet: FF, 9E and 0C. RGB value is (255,158,12). Sum of RGB (Red+Green+Blue) = 255+158+12=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 12 (5.08% from 255 or 2.82% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9E0C is #0061F3. Grayscale: #ABABAB. Windows color (decimal): -25076 or 827135. OLE color: 827135.

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

Color convert

RGB 255 158 12 -
CMYK 0 0.38 0.95 0
HSL 36.05º 1% 0.52% -
HSV(B) 36.05º 0.95% 1% -
XYZ 53.53 45.74 6.36 -
YUV 170.36 38.64 188.37 -
System Red Green Blue C M Y K H S L
Decimal 255 158 12 0 0.38 0.95 0 36.05 1 0.52
Hex FF 9E C 0 26 5F 0 24 64 34
Octal 377 236 14 0 46 137 0 44 144 64
Binary 11111111 10011110 1100 0 100110 1011111 0 100100 1100100 110100

Color Harmonies of #FF9E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9E0C

Black with #FF9E0C

Text Example


Text Example

White with #FF9E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9E0C; }

 p { color: rgb(255,158,12); }

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

background-color css

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

 a { background-color: rgb(255,158,12); }

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

border-color css

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

 span { border-color: rgb(255,158,12); }

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