Html Css Color HEX #FDDF01 Golden Yellow

📋 copy color: '#FDDF01'

red 253 ◦ green 223 ◦ blue 1

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

Shades of Golden Yellow #FDDF01

Tints of Golden Yellow #FDDF01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.21%

R = 53.04%
G = 46.75%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FDDF01 (or 0xFDDF01) is known color: Golden Yellow. HEX triplet: FD, DF and 01. RGB value is (253,223,1). Sum of RGB (Red+Green+Blue) = 253+223+1=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 1 (0.78% from 255 or 0.21% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDF01 is #0220FE. Grayscale: #CFCFCF. Windows color (decimal): -139519 or 122877. OLE color: 122877.

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

Color convert

RGB 253 223 1 -
CMYK 0 0.12 1.00 0.01
HSL 52.86º 0.99% 0.5% -
HSV(B) 52.86º 1% 0.99% -
XYZ 66.9 73.66 10.72 -
YUV 206.66 11.94 161.05 -
System Red Green Blue C M Y K H S L
Decimal 253 223 1 0 0.12 1.00 0.01 52.86 0.99 0.5
Hex FD DF 1 0 C 64 1 35 63 32
Octal 375 337 1 0 14 144 1 65 143 62
Binary 11111101 11011111 1 0 1100 1100100 1 110101 1100011 110010

Color Harmonies of #FDDF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF01

Black with #FDDF01

Text Example


Text Example

White with #FDDF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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