Html Css Color HEX #FDDF06 Golden Yellow

📋 copy color: '#FDDF06'

red 253 ◦ green 223 ◦ blue 6

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

Shades of Golden Yellow #FDDF06

Tints of Golden Yellow #FDDF06

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.27%

 BLUE value IS 6 (2.73% from 255) = 1.24%

R = 52.49%
G = 46.27%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDDF06 (or 0xFDDF06) is known color: Golden Yellow. HEX triplet: FD, DF and 06. RGB value is (253,223,6). Sum of RGB (Red+Green+Blue) = 253+223+6=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 6 (2.73% from 255 or 1.24% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDF06 is #0220F9. Grayscale: #D0D0D0. Windows color (decimal): -139514 or 450557. OLE color: 450557.

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

Color convert

RGB 253 223 6 -
CMYK 0 0.12 0.98 0.01
HSL 52.71º 0.98% 0.51% -
HSV(B) 52.71º 0.98% 0.99% -
XYZ 66.93 73.67 10.86 -
YUV 207.23 14.44 160.64 -
System Red Green Blue C M Y K H S L
Decimal 253 223 6 0 0.12 0.98 0.01 52.71 0.98 0.51
Hex FD DF 6 0 C 62 1 35 62 33
Octal 375 337 6 0 14 142 1 65 142 63
Binary 11111101 11011111 110 0 1100 1100010 1 110101 1100010 110011

Color Harmonies of #FDDF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF06

Black with #FDDF06

Text Example


Text Example

White with #FDDF06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF06; }

 p { color: rgb(253,223,6); }

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

background-color css

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

 a { background-color: rgb(253,223,6); }

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

border-color css

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

 span { border-color: rgb(253,223,6); }

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