Html Css Color HEX #FF9D0D Dark Tangerine

📋 copy color: '#FF9D0D'

red 255 ◦ green 157 ◦ blue 13

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

Shades of Dark Tangerine #FF9D0D

Tints of Dark Tangerine #FF9D0D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.94%

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

R = 60%
G = 36.94%
B = 3.06%

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

#FF9D0D (or 0xFF9D0D) is known color: Dark Tangerine. HEX triplet: FF, 9D and 0D. RGB value is (255,157,13). Sum of RGB (Red+Green+Blue) = 255+157+13=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 13 (5.47% from 255 or 3.06% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9D0D is #0062F2. Grayscale: #AAAAAA. Windows color (decimal): -25331 or 892415. OLE color: 892415.

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

Color convert

RGB 255 157 13 -
CMYK 0 0.38 0.95 0
HSL 35.7º 1% 0.53% -
HSV(B) 35.7º 0.95% 1% -
XYZ 53.37 45.4 6.33 -
YUV 169.89 39.47 188.71 -
System Red Green Blue C M Y K H S L
Decimal 255 157 13 0 0.38 0.95 0 35.7 1 0.53
Hex FF 9D D 0 26 5F 0 24 64 35
Octal 377 235 15 0 46 137 0 44 144 65
Binary 11111111 10011101 1101 0 100110 1011111 0 100100 1100100 110101

Color Harmonies of #FF9D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9D0D

Black with #FF9D0D

Text Example


Text Example

White with #FF9D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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