Html Css Color HEX #FCDF07 Golden Yellow

📋 copy color: '#FCDF07'

red 252 ◦ green 223 ◦ blue 7

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

Shades of Golden Yellow #FCDF07

Tints of Golden Yellow #FCDF07

RGB

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

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

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

R = 52.28%
G = 46.27%
B = 1.45%

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

#FCDF07 (or 0xFCDF07) is known color: Golden Yellow. HEX triplet: FC, DF and 07. RGB value is (252,223,7). Sum of RGB (Red+Green+Blue) = 252+223+7=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 7 (3.12% from 255 or 1.45% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDF07 is #0320F8. Grayscale: #CFCFCF. Windows color (decimal): -205049 or 516092. OLE color: 516092.

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

Color convert

RGB 252 223 7 -
CMYK 0 0.12 0.97 0.01
HSL 52.9º 0.98% 0.51% -
HSV(B) 52.9º 0.97% 0.99% -
XYZ 66.57 73.49 10.88 -
YUV 207.05 15.11 160.06 -
System Red Green Blue C M Y K H S L
Decimal 252 223 7 0 0.12 0.97 0.01 52.9 0.98 0.51
Hex FC DF 7 0 C 61 1 35 62 33
Octal 374 337 7 0 14 141 1 65 142 63
Binary 11111100 11011111 111 0 1100 1100001 1 110101 1100010 110011

Color Harmonies of #FCDF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDF07

Black with #FCDF07

Text Example


Text Example

White with #FCDF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDF07; }

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

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

background-color css

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

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

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

border-color css

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

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

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