Html Css Color HEX #FCF002 Yellow

📋 copy color: '#FCF002'

red 252 ◦ green 240 ◦ blue 2

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

Shades of Yellow #FCF002

Tints of Yellow #FCF002

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.58%

 BLUE value IS 2 (1.17% from 255) = 0.4%

R = 51.01%
G = 48.58%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FCF002 (or 0xFCF002) is known color: Yellow. HEX triplet: FC, F0 and 02. RGB value is (252,240,2). Sum of RGB (Red+Green+Blue) = 252+240+2=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 240 (94.14% from 255 or 48.58% from 494); Blue value is 2 (1.17% from 255 or 0.40% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF002 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF002 is #030FFD. Grayscale: #D9D9D9. Windows color (decimal): -200702 or 192764. OLE color: 192764.

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

Color convert

RGB 252 240 2 -
CMYK 0 0.05 0.99 0.01
HSL 57.12º 0.98% 0.5% -
HSV(B) 57.12º 0.99% 0.99% -
XYZ 71.32 83.02 12.32 -
YUV 216.46 6.98 153.35 -
System Red Green Blue C M Y K H S L
Decimal 252 240 2 0 0.05 0.99 0.01 57.12 0.98 0.5
Hex FC F0 2 0 5 63 1 39 62 32
Octal 374 360 2 0 5 143 1 71 142 62
Binary 11111100 11110000 10 0 101 1100011 1 111001 1100010 110010

Color Harmonies of #FCF002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF002

Black with #FCF002

Text Example


Text Example

White with #FCF002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF002; }

 p { color: rgb(252,240,2); }

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

background-color css

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

 a { background-color: rgb(252,240,2); }

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

border-color css

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

 span { border-color: rgb(252,240,2); }

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