Html Css Color HEX #FCFB05 Yellow

📋 copy color: '#FCFB05'

red 252 ◦ green 251 ◦ blue 5

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

Shades of Yellow #FCFB05

Tints of Yellow #FCFB05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 0.98%

R = 49.61%
G = 49.41%
B = 0.98%

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

#FCFB05 (or 0xFCFB05) is known color: Yellow. HEX triplet: FC, FB and 05. RGB value is (252,251,5). Sum of RGB (Red+Green+Blue) = 252+251+5=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 251 (98.44% from 255 or 49.41% from 508); Blue value is 5 (2.34% from 255 or 0.98% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB05 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFB05 is #0304FA. Grayscale: #E0E0E0. Windows color (decimal): -197883 or 392188. OLE color: 392188.

HSL color Cylindrical-coordinate representation of color #FCFB05: 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 #FCFB05 is Cyan = 0, Magento = 0.00, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 251 5 -
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.67 89.7 13.52 -
YUV 223.26 4.83 148.5 -
System Red Green Blue C M Y K H S L
Decimal 252 251 5 0 0.00 0.98 0.01 59.76 0.98 0.5
Hex FC FB 5 0 0 62 1 3C 62 32
Octal 374 373 5 0 0 142 1 74 142 62
Binary 11111100 11111011 101 0 0 1100010 1 111100 1100010 110010

Color Harmonies of #FCFB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFB05

Black with #FCFB05

Text Example


Text Example

White with #FCFB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFB05; }

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

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

background-color css

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

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

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

border-color css

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

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

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