Html Css Color HEX #FF9A0E Dark Tangerine

📋 copy color: '#FF9A0E'

red 255 ◦ green 154 ◦ blue 14

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

Shades of Dark Tangerine #FF9A0E

Tints of Dark Tangerine #FF9A0E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.41%

 BLUE value IS 14 (5.86% from 255) = 3.31%

R = 60.28%
G = 36.41%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF9A0E (or 0xFF9A0E) is known color: Dark Tangerine. HEX triplet: FF, 9A and 0E. RGB value is (255,154,14). Sum of RGB (Red+Green+Blue) = 255+154+14=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 14 (5.86% from 255 or 3.31% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9A0E is #0065F1. Grayscale: #A8A8A8. Windows color (decimal): -26098 or 957183. OLE color: 957183.

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

Color convert

RGB 255 154 14 -
CMYK 0 0.40 0.95 0
HSL 34.85º 1% 0.53% -
HSV(B) 34.85º 0.95% 1% -
XYZ 52.87 44.4 6.2 -
YUV 168.24 40.96 189.88 -
System Red Green Blue C M Y K H S L
Decimal 255 154 14 0 0.40 0.95 0 34.85 1 0.53
Hex FF 9A E 0 28 5F 0 23 64 35
Octal 377 232 16 0 50 137 0 43 144 65
Binary 11111111 10011010 1110 0 101000 1011111 0 100011 1100100 110101

Color Harmonies of #FF9A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9A0E

Black with #FF9A0E

Text Example


Text Example

White with #FF9A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9A0E; }

 p { color: rgb(255,154,14); }

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

background-color css

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

 a { background-color: rgb(255,154,14); }

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

border-color css

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

 span { border-color: rgb(255,154,14); }

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