Html Css Color HEX #FDD012 Tangerine Yellow

📋 copy color: '#FDD012'

red 253 ◦ green 208 ◦ blue 18

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

Shades of Tangerine Yellow #FDD012

Tints of Tangerine Yellow #FDD012

RGB

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

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

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

R = 52.82%
G = 43.42%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FDD012 (or 0xFDD012) is known color: Tangerine Yellow. HEX triplet: FD, D0 and 12. RGB value is (253,208,18). Sum of RGB (Red+Green+Blue) = 253+208+18=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 18 (7.42% from 255 or 3.76% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD012 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD012 is #022FED. Grayscale: #C8C8C8. Windows color (decimal): -143342 or 1233149. OLE color: 1233149.

HSL color Cylindrical-coordinate representation of color #FDD012: hue angle of 48.51º 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 #FDD012 is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 208 18 -
CMYK 0 0.18 0.93 0.01
HSL 48.51º 0.98% 0.53% -
HSV(B) 48.51º 0.93% 0.99% -
XYZ 63.17 66.04 9.99 -
YUV 199.8 25.41 165.95 -
System Red Green Blue C M Y K H S L
Decimal 253 208 18 0 0.18 0.93 0.01 48.51 0.98 0.53
Hex FD D0 12 0 12 5D 1 31 62 35
Octal 375 320 22 0 22 135 1 61 142 65
Binary 11111101 11010000 10010 0 10010 1011101 1 110001 1100010 110101

Color Harmonies of #FDD012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD012

Black with #FDD012

Text Example


Text Example

White with #FDD012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD012; }

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

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

background-color css

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

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

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

border-color css

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

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

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