Html Css Color HEX #FCFB04 Yellow

📋 copy color: '#FCFB04'

red 252 ◦ green 251 ◦ blue 4

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

Shades of Yellow #FCFB04

Tints of Yellow #FCFB04

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.51%

 BLUE value IS 4 (1.95% from 255) = 0.79%

R = 49.7%
G = 49.51%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FCFB04 (or 0xFCFB04) is known color: Yellow. HEX triplet: FC, FB and 04. RGB value is (252,251,4). Sum of RGB (Red+Green+Blue) = 252+251+4=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 251 (98.44% from 255 or 49.51% from 507); Blue value is 4 (1.95% from 255 or 0.79% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFB04 is #0304FB. Grayscale: #E0E0E0. Windows color (decimal): -197884 or 326652. OLE color: 326652.

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

Color convert

RGB 252 251 4 -
CMYK 0 0.00 0.98 0.01
HSL 59.76º 0.98% 0.5% -
HSV(B) 59.76º 0.98% 0.99% -
XYZ 74.66 89.7 13.49 -
YUV 223.14 4.33 148.58 -
System Red Green Blue C M Y K H S L
Decimal 252 251 4 0 0.00 0.98 0.01 59.76 0.98 0.5
Hex FC FB 4 0 0 62 1 3C 62 32
Octal 374 373 4 0 0 142 1 74 142 62
Binary 11111100 11111011 100 0 0 1100010 1 111100 1100010 110010

Color Harmonies of #FCFB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFB04

Black with #FCFB04

Text Example


Text Example

White with #FCFB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFB04; }

 p { color: rgb(252,251,4); }

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

background-color css

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

 a { background-color: rgb(252,251,4); }

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

border-color css

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

 span { border-color: rgb(252,251,4); }

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