Html Css Color HEX #FFD012 Tangerine Yellow

📋 copy color: '#FFD012'

red 255 ◦ green 208 ◦ blue 18

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

Shades of Tangerine Yellow #FFD012

Tints of Tangerine Yellow #FFD012

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.24%

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

R = 53.01%
G = 43.24%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFD012 (or 0xFFD012) is known color: Tangerine Yellow. HEX triplet: FF, D0 and 12. RGB value is (255,208,18). Sum of RGB (Red+Green+Blue) = 255+208+18=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 18 (7.42% from 255 or 3.74% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD012 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD012 is #002FED. Grayscale: #C9C9C9. Windows color (decimal): -12270 or 1233151. OLE color: 1233151.

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

Color convert

RGB 255 208 18 -
CMYK 0 0.18 0.93 0
HSL 48.1º 1% 0.54% -
HSV(B) 48.1º 0.93% 1% -
XYZ 63.91 66.42 10.02 -
YUV 200.39 25.07 166.95 -
System Red Green Blue C M Y K H S L
Decimal 255 208 18 0 0.18 0.93 0 48.1 1 0.54
Hex FF D0 12 0 12 5D 0 30 64 36
Octal 377 320 22 0 22 135 0 60 144 66
Binary 11111111 11010000 10010 0 10010 1011101 0 110000 1100100 110110

Color Harmonies of #FFD012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD012

Black with #FFD012

Text Example


Text Example

White with #FFD012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD012; }

 p { color: rgb(255,208,18); }

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

background-color css

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

 a { background-color: rgb(255,208,18); }

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

border-color css

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

 span { border-color: rgb(255,208,18); }

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