Html Css Color HEX #FFAD1C Dark Tangerine

📋 copy color: '#FFAD1C'

red 255 ◦ green 173 ◦ blue 28

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

Shades of Dark Tangerine #FFAD1C

Tints of Dark Tangerine #FFAD1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.14%

R = 55.92%
G = 37.94%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FFAD1C (or 0xFFAD1C) is known color: Dark Tangerine. HEX triplet: FF, AD and 1C. RGB value is (255,173,28). Sum of RGB (Red+Green+Blue) = 255+173+28=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 28 (11.33% from 255 or 6.14% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAD1C is #0052E3. Grayscale: #B5B5B5. Windows color (decimal): -21220 or 1879551. OLE color: 1879551.

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

Color convert

RGB 255 173 28 -
CMYK 0 0.32 0.89 0
HSL 38.33º 1% 0.55% -
HSV(B) 38.33º 0.89% 1% -
XYZ 56.39 51.23 8.01 -
YUV 180.99 41.67 180.79 -
System Red Green Blue C M Y K H S L
Decimal 255 173 28 0 0.32 0.89 0 38.33 1 0.55
Hex FF AD 1C 0 20 59 0 26 64 37
Octal 377 255 34 0 40 131 0 46 144 67
Binary 11111111 10101101 11100 0 100000 1011001 0 100110 1100100 110111

Color Harmonies of #FFAD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAD1C

Black with #FFAD1C

Text Example


Text Example

White with #FFAD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAD1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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