Html Css Color HEX #FCDD08 Golden Yellow

📋 copy color: '#FCDD08'

red 252 ◦ green 221 ◦ blue 8

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

Shades of Golden Yellow #FCDD08

Tints of Golden Yellow #FCDD08

RGB

 RED value IS 252 (98.83% from 255) = 52.39%

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

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

R = 52.39%
G = 45.95%
B = 1.66%

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

#FCDD08 (or 0xFCDD08) is known color: Golden Yellow. HEX triplet: FC, DD and 08. RGB value is (252,221,8). Sum of RGB (Red+Green+Blue) = 252+221+8=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 8 (3.52% from 255 or 1.66% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDD08 is #0322F7. Grayscale: #CECECE. Windows color (decimal): -205560 or 581116. OLE color: 581116.

HSL color Cylindrical-coordinate representation of color #FCDD08: hue angle of 52.38º 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 #FCDD08 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 221 8 -
CMYK 0 0.12 0.97 0.01
HSL 52.38º 0.98% 0.51% -
HSV(B) 52.38º 0.97% 0.99% -
XYZ 66.05 72.43 10.73 -
YUV 205.99 16.27 160.82 -
System Red Green Blue C M Y K H S L
Decimal 252 221 8 0 0.12 0.97 0.01 52.38 0.98 0.51
Hex FC DD 8 0 C 61 1 34 62 33
Octal 374 335 10 0 14 141 1 64 142 63
Binary 11111100 11011101 1000 0 1100 1100001 1 110100 1100010 110011

Color Harmonies of #FCDD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD08

Black with #FCDD08

Text Example


Text Example

White with #FCDD08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD08; }

 p { color: rgb(252,221,8); }

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

background-color css

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

 a { background-color: rgb(252,221,8); }

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

border-color css

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

 span { border-color: rgb(252,221,8); }

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