Html Css Color HEX #FCF506 Yellow

📋 copy color: '#FCF506'

red 252 ◦ green 245 ◦ blue 6

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

Shades of Yellow #FCF506

Tints of Yellow #FCF506

RGB

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

 GREEN value IS 245 (96.09% from 255) = 48.71%

 BLUE value IS 6 (2.73% from 255) = 1.19%

R = 50.1%
G = 48.71%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FCF506 (or 0xFCF506) is known color: Yellow. HEX triplet: FC, F5 and 06. RGB value is (252,245,6). Sum of RGB (Red+Green+Blue) = 252+245+6=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 245 (96.09% from 255 or 48.71% from 503); Blue value is 6 (2.73% from 255 or 1.19% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF506 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF506 is #030AF9. Grayscale: #DCDCDC. Windows color (decimal): -199418 or 456188. OLE color: 456188.

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

Color convert

RGB 252 245 6 -
CMYK 0 0.03 0.98 0.01
HSL 58.29º 0.98% 0.51% -
HSV(B) 58.29º 0.98% 0.99% -
XYZ 72.83 86.01 12.94 -
YUV 219.85 7.32 150.93 -
System Red Green Blue C M Y K H S L
Decimal 252 245 6 0 0.03 0.98 0.01 58.29 0.98 0.51
Hex FC F5 6 0 3 62 1 3A 62 33
Octal 374 365 6 0 3 142 1 72 142 63
Binary 11111100 11110101 110 0 11 1100010 1 111010 1100010 110011

Color Harmonies of #FCF506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF506

Black with #FCF506

Text Example


Text Example

White with #FCF506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF506; }

 p { color: rgb(252,245,6); }

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

background-color css

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

 a { background-color: rgb(252,245,6); }

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

border-color css

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

 span { border-color: rgb(252,245,6); }

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