Html Css Color HEX #FF9F1E Dark Tangerine

📋 copy color: '#FF9F1E'

red 255 ◦ green 159 ◦ blue 30

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

Shades of Dark Tangerine #FF9F1E

Tints of Dark Tangerine #FF9F1E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.81%

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

R = 57.43%
G = 35.81%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF9F1E (or 0xFF9F1E) is known color: Dark Tangerine. HEX triplet: FF, 9F and 1E. RGB value is (255,159,30). Sum of RGB (Red+Green+Blue) = 255+159+30=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 159 (62.5% from 255 or 35.81% from 444); Blue value is 30 (12.11% from 255 or 6.76% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9F1E is #0060E1. Grayscale: #ADADAD. Windows color (decimal): -24802 or 2007039. OLE color: 2007039.

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

Color convert

RGB 255 159 30 -
CMYK 0 0.38 0.88 0
HSL 34.4º 1% 0.56% -
HSV(B) 34.4º 0.88% 1% -
XYZ 53.87 46.15 7.3 -
YUV 173 47.3 186.49 -
System Red Green Blue C M Y K H S L
Decimal 255 159 30 0 0.38 0.88 0 34.4 1 0.56
Hex FF 9F 1E 0 26 58 0 22 64 38
Octal 377 237 36 0 46 130 0 42 144 70
Binary 11111111 10011111 11110 0 100110 1011000 0 100010 1100100 111000

Color Harmonies of #FF9F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9F1E

Black with #FF9F1E

Text Example


Text Example

White with #FF9F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9F1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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