Html Css Color HEX #FDAB12 Dark Tangerine

📋 copy color: '#FDAB12'

red 253 ◦ green 171 ◦ blue 18

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

Shades of Dark Tangerine #FDAB12

Tints of Dark Tangerine #FDAB12

RGB

 RED value IS 253 (99.22% from 255) = 57.24%

 GREEN value IS 171 (67.19% from 255) = 38.69%

 BLUE value IS 18 (7.42% from 255) = 4.07%

R = 57.24%
G = 38.69%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FDAB12 (or 0xFDAB12) is known color: Dark Tangerine. HEX triplet: FD, AB and 12. RGB value is (253,171,18). Sum of RGB (Red+Green+Blue) = 253+171+18=442 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.24% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 18 (7.42% from 255 or 4.07% from 442); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAB12 is #0254ED. Grayscale: #B2B2B2. Windows color (decimal): -152814 or 1223677. OLE color: 1223677.

HSL color Cylindrical-coordinate representation of color #FDAB12: hue angle of 39.06º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FDAB12 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 171 18 -
CMYK 0 0.32 0.93 0.01
HSL 39.06º 0.98% 0.53% -
HSV(B) 39.06º 0.93% 0.99% -
XYZ 55.18 50.05 7.32 -
YUV 178.08 37.67 181.44 -
System Red Green Blue C M Y K H S L
Decimal 253 171 18 0 0.32 0.93 0.01 39.06 0.98 0.53
Hex FD AB 12 0 20 5D 1 27 62 35
Octal 375 253 22 0 40 135 1 47 142 65
Binary 11111101 10101011 10010 0 100000 1011101 1 100111 1100010 110101

Color Harmonies of #FDAB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAB12

Black with #FDAB12

Text Example


Text Example

White with #FDAB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAB12; }

 p { color: rgb(253,171,18); }

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

background-color css

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

 a { background-color: rgb(253,171,18); }

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

border-color css

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

 span { border-color: rgb(253,171,18); }

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