Html Css Color HEX #FF9F0D Dark Tangerine

📋 copy color: '#FF9F0D'

red 255 ◦ green 159 ◦ blue 13

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

Shades of Dark Tangerine #FF9F0D

Tints of Dark Tangerine #FF9F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.04%

R = 59.72%
G = 37.24%
B = 3.04%

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

#FF9F0D (or 0xFF9F0D) is known color: Dark Tangerine. HEX triplet: FF, 9F and 0D. RGB value is (255,159,13). Sum of RGB (Red+Green+Blue) = 255+159+13=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 13 (5.47% from 255 or 3.04% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9F0D is #0060F2. Grayscale: #ABABAB. Windows color (decimal): -24819 or 892927. OLE color: 892927.

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

Color convert

RGB 255 159 13 -
CMYK 0 0.38 0.95 0
HSL 36.2º 1% 0.53% -
HSV(B) 36.2º 0.95% 1% -
XYZ 53.71 46.09 6.45 -
YUV 171.06 38.8 187.87 -
System Red Green Blue C M Y K H S L
Decimal 255 159 13 0 0.38 0.95 0 36.2 1 0.53
Hex FF 9F D 0 26 5F 0 24 64 35
Octal 377 237 15 0 46 137 0 44 144 65
Binary 11111111 10011111 1101 0 100110 1011111 0 100100 1100100 110101

Color Harmonies of #FF9F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9F0D

Black with #FF9F0D

Text Example


Text Example

White with #FF9F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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