Html Css Color HEX #FCDD0B Golden Yellow

📋 copy color: '#FCDD0B'

red 252 ◦ green 221 ◦ blue 11

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

Shades of Golden Yellow #FCDD0B

Tints of Golden Yellow #FCDD0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.27%

R = 52.07%
G = 45.66%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCDD0B (or 0xFCDD0B) is known color: Golden Yellow. HEX triplet: FC, DD and 0B. RGB value is (252,221,11). Sum of RGB (Red+Green+Blue) = 252+221+11=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 11 (4.69% from 255 or 2.27% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDD0B is #0322F4. Grayscale: #CFCFCF. Windows color (decimal): -205557 or 777724. OLE color: 777724.

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

Color convert

RGB 252 221 11 -
CMYK 0 0.12 0.96 0.01
HSL 52.28º 0.98% 0.52% -
HSV(B) 52.28º 0.96% 0.99% -
XYZ 66.06 72.43 10.82 -
YUV 206.33 17.77 160.58 -
System Red Green Blue C M Y K H S L
Decimal 252 221 11 0 0.12 0.96 0.01 52.28 0.98 0.52
Hex FC DD B 0 C 60 1 34 62 34
Octal 374 335 13 0 14 140 1 64 142 64
Binary 11111100 11011101 1011 0 1100 1100000 1 110100 1100010 110100

Color Harmonies of #FCDD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD0B

Black with #FCDD0B

Text Example


Text Example

White with #FCDD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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