Html Css Color HEX #FF9A1E Dark Tangerine

📋 copy color: '#FF9A1E'

red 255 ◦ green 154 ◦ blue 30

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

Shades of Dark Tangerine #FF9A1E

Tints of Dark Tangerine #FF9A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.83%

R = 58.09%
G = 35.08%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF9A1E (or 0xFF9A1E) is known color: Dark Tangerine. HEX triplet: FF, 9A and 1E. RGB value is (255,154,30). Sum of RGB (Red+Green+Blue) = 255+154+30=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 30 (12.11% from 255 or 6.83% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9A1E is #0065E1. Grayscale: #AAAAAA. Windows color (decimal): -26082 or 2005759. OLE color: 2005759.

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

Color convert

RGB 255 154 30 -
CMYK 0 0.40 0.88 0
HSL 33.07º 1% 0.56% -
HSV(B) 33.07º 0.88% 1% -
XYZ 53.03 44.46 7.02 -
YUV 170.06 48.96 188.58 -
System Red Green Blue C M Y K H S L
Decimal 255 154 30 0 0.40 0.88 0 33.07 1 0.56
Hex FF 9A 1E 0 28 58 0 21 64 38
Octal 377 232 36 0 50 130 0 41 144 70
Binary 11111111 10011010 11110 0 101000 1011000 0 100001 1100100 111000

Color Harmonies of #FF9A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9A1E

Black with #FF9A1E

Text Example


Text Example

White with #FF9A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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