Html Css Color HEX #FFAD0D Dark Tangerine

📋 copy color: '#FFAD0D'

red 255 ◦ green 173 ◦ blue 13

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

Shades of Dark Tangerine #FFAD0D

Tints of Dark Tangerine #FFAD0D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.23%

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

R = 57.82%
G = 39.23%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFAD0D (or 0xFFAD0D) is known color: Dark Tangerine. HEX triplet: FF, AD and 0D. RGB value is (255,173,13). Sum of RGB (Red+Green+Blue) = 255+173+13=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 13 (5.47% from 255 or 2.95% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAD0D is #0052F2. Grayscale: #B4B4B4. Windows color (decimal): -21235 or 896511. OLE color: 896511.

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

Color convert

RGB 255 173 13 -
CMYK 0 0.32 0.95 0
HSL 39.67º 1% 0.53% -
HSV(B) 39.67º 0.95% 1% -
XYZ 56.26 51.18 7.29 -
YUV 179.28 34.17 182.01 -
System Red Green Blue C M Y K H S L
Decimal 255 173 13 0 0.32 0.95 0 39.67 1 0.53
Hex FF AD D 0 20 5F 0 28 64 35
Octal 377 255 15 0 40 137 0 50 144 65
Binary 11111111 10101101 1101 0 100000 1011111 0 101000 1100100 110101

Color Harmonies of #FFAD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAD0D

Black with #FFAD0D

Text Example


Text Example

White with #FFAD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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