Html Css Color HEX #FFD402 Gold

📋 copy color: '#FFD402'

red 255 ◦ green 212 ◦ blue 2

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

Shades of Gold #FFD402

Tints of Gold #FFD402

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.2%

 BLUE value IS 2 (1.17% from 255) = 0.43%

R = 54.37%
G = 45.2%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FFD402 (or 0xFFD402) is known color: Gold. HEX triplet: FF, D4 and 02. RGB value is (255,212,2). Sum of RGB (Red+Green+Blue) = 255+212+2=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 212 (83.20% from 255 or 45.20% from 469); Blue value is 2 (1.17% from 255 or 0.43% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD402 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD402 is #002BFD. Grayscale: #C9C9C9. Windows color (decimal): -11262 or 185599. OLE color: 185599.

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

Color convert

RGB 255 212 2 -
CMYK 0 0.17 0.99 0
HSL 49.8º 1% 0.5% -
HSV(B) 49.8º 0.99% 1% -
XYZ 64.79 68.35 9.84 -
YUV 200.92 15.75 166.58 -
System Red Green Blue C M Y K H S L
Decimal 255 212 2 0 0.17 0.99 0 49.8 1 0.5
Hex FF D4 2 0 11 63 0 32 64 32
Octal 377 324 2 0 21 143 0 62 144 62
Binary 11111111 11010100 10 0 10001 1100011 0 110010 1100100 110010

Color Harmonies of #FFD402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD402

Black with #FFD402

Text Example


Text Example

White with #FFD402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD402; }

 p { color: rgb(255,212,2); }

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

background-color css

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

 a { background-color: rgb(255,212,2); }

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

border-color css

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

 span { border-color: rgb(255,212,2); }

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