Html Css Color HEX #FDDF04 Golden Yellow

📋 copy color: '#FDDF04'

red 253 ◦ green 223 ◦ blue 4

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

Shades of Golden Yellow #FDDF04

Tints of Golden Yellow #FDDF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.83%

R = 52.71%
G = 46.46%
B = 0.83%

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

#FDDF04 (or 0xFDDF04) is known color: Golden Yellow. HEX triplet: FD, DF and 04. RGB value is (253,223,4). Sum of RGB (Red+Green+Blue) = 253+223+4=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 4 (1.95% from 255 or 0.83% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDF04 is #0220FB. Grayscale: #CFCFCF. Windows color (decimal): -139516 or 319485. OLE color: 319485.

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

Color convert

RGB 253 223 4 -
CMYK 0 0.12 0.98 0.01
HSL 52.77º 0.98% 0.5% -
HSV(B) 52.77º 0.98% 0.99% -
XYZ 66.92 73.67 10.81 -
YUV 207 13.44 160.81 -
System Red Green Blue C M Y K H S L
Decimal 253 223 4 0 0.12 0.98 0.01 52.77 0.98 0.5
Hex FD DF 4 0 C 62 1 35 62 32
Octal 375 337 4 0 14 142 1 65 142 62
Binary 11111101 11011111 100 0 1100 1100010 1 110101 1100010 110010

Color Harmonies of #FDDF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF04

Black with #FDDF04

Text Example


Text Example

White with #FDDF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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