Html Css Color HEX #FCDD07 Golden Yellow

📋 copy color: '#FCDD07'

red 252 ◦ green 221 ◦ blue 7

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

Shades of Golden Yellow #FCDD07

Tints of Golden Yellow #FCDD07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.46%

R = 52.5%
G = 46.04%
B = 1.46%

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

#FCDD07 (or 0xFCDD07) is known color: Golden Yellow. HEX triplet: FC, DD and 07. RGB value is (252,221,7). Sum of RGB (Red+Green+Blue) = 252+221+7=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 7 (3.12% from 255 or 1.46% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDD07 is #0322F8. Grayscale: #CECECE. Windows color (decimal): -205561 or 515580. OLE color: 515580.

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

Color convert

RGB 252 221 7 -
CMYK 0 0.12 0.97 0.01
HSL 52.41º 0.98% 0.51% -
HSV(B) 52.41º 0.97% 0.99% -
XYZ 66.04 72.42 10.7 -
YUV 205.87 15.77 160.9 -
System Red Green Blue C M Y K H S L
Decimal 252 221 7 0 0.12 0.97 0.01 52.41 0.98 0.51
Hex FC DD 7 0 C 61 1 34 62 33
Octal 374 335 7 0 14 141 1 64 142 63
Binary 11111100 11011101 111 0 1100 1100001 1 110100 1100010 110011

Color Harmonies of #FCDD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD07

Black with #FCDD07

Text Example


Text Example

White with #FCDD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD07; }

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

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

background-color css

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

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

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

border-color css

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

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

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