Html Css Color HEX #FDDD0A Golden Yellow

📋 copy color: '#FDDD0A'

red 253 ◦ green 221 ◦ blue 10

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

Shades of Golden Yellow #FDDD0A

Tints of Golden Yellow #FDDD0A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.66%

 BLUE value IS 10 (4.3% from 255) = 2.07%

R = 52.27%
G = 45.66%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FDDD0A (or 0xFDDD0A) is known color: Golden Yellow. HEX triplet: FD, DD and 0A. RGB value is (253,221,10). Sum of RGB (Red+Green+Blue) = 253+221+10=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 10 (4.30% from 255 or 2.07% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDD0A is #0222F5. Grayscale: #CFCFCF. Windows color (decimal): -140022 or 712189. OLE color: 712189.

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

Color convert

RGB 253 221 10 -
CMYK 0 0.13 0.96 0.01
HSL 52.1º 0.98% 0.52% -
HSV(B) 52.1º 0.96% 0.99% -
XYZ 66.42 72.62 10.8 -
YUV 206.51 17.1 161.16 -
System Red Green Blue C M Y K H S L
Decimal 253 221 10 0 0.13 0.96 0.01 52.1 0.98 0.52
Hex FD DD A 0 D 60 1 34 62 34
Octal 375 335 12 0 15 140 1 64 142 64
Binary 11111101 11011101 1010 0 1101 1100000 1 110100 1100010 110100

Color Harmonies of #FDDD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDD0A

Black with #FDDD0A

Text Example


Text Example

White with #FDDD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDD0A; }

 p { color: rgb(253,221,10); }

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

background-color css

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

 a { background-color: rgb(253,221,10); }

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

border-color css

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

 span { border-color: rgb(253,221,10); }

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