Html Css Color HEX #FDDF08 Golden Yellow

📋 copy color: '#FDDF08'

red 253 ◦ green 223 ◦ blue 8

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

Shades of Golden Yellow #FDDF08

Tints of Golden Yellow #FDDF08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.65%

R = 52.27%
G = 46.07%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FDDF08 (or 0xFDDF08) is known color: Golden Yellow. HEX triplet: FD, DF and 08. RGB value is (253,223,8). Sum of RGB (Red+Green+Blue) = 253+223+8=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 8 (3.52% from 255 or 1.65% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDF08 is #0220F7. Grayscale: #D0D0D0. Windows color (decimal): -139512 or 581629. OLE color: 581629.

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

Color convert

RGB 253 223 8 -
CMYK 0 0.12 0.97 0.01
HSL 52.65º 0.98% 0.51% -
HSV(B) 52.65º 0.97% 0.99% -
XYZ 66.94 73.68 10.92 -
YUV 207.46 15.44 160.48 -
System Red Green Blue C M Y K H S L
Decimal 253 223 8 0 0.12 0.97 0.01 52.65 0.98 0.51
Hex FD DF 8 0 C 61 1 35 62 33
Octal 375 337 10 0 14 141 1 65 142 63
Binary 11111101 11011111 1000 0 1100 1100001 1 110101 1100010 110011

Color Harmonies of #FDDF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF08

Black with #FDDF08

Text Example


Text Example

White with #FDDF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF08; }

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

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

background-color css

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

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

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

border-color css

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

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

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