Html Css Color HEX #FCFB02 Yellow

📋 copy color: '#FCFB02'

red 252 ◦ green 251 ◦ blue 2

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

Shades of Yellow #FCFB02

Tints of Yellow #FCFB02

RGB

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

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

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

R = 49.9%
G = 49.7%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FCFB02 (or 0xFCFB02) is known color: Yellow. HEX triplet: FC, FB and 02. RGB value is (252,251,2). Sum of RGB (Red+Green+Blue) = 252+251+2=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 251 (98.44% from 255 or 49.70% from 505); Blue value is 2 (1.17% from 255 or 0.40% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFB02 is #0304FD. Grayscale: #DFDFDF. Windows color (decimal): -197886 or 195580. OLE color: 195580.

HSL color Cylindrical-coordinate representation of color #FCFB02: 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.99%. Process color model (Four color, CMYK) of #FCFB02 is Cyan = 0, Magento = 0.00, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 251 2 -
CMYK 0 0.00 0.99 0.01
HSL 59.76º 0.98% 0.5% -
HSV(B) 59.76º 0.99% 0.99% -
XYZ 74.65 89.69 13.44 -
YUV 222.91 3.33 148.75 -
System Red Green Blue C M Y K H S L
Decimal 252 251 2 0 0.00 0.99 0.01 59.76 0.98 0.5
Hex FC FB 2 0 0 63 1 3C 62 32
Octal 374 373 2 0 0 143 1 74 142 62
Binary 11111100 11111011 10 0 0 1100011 1 111100 1100010 110010

Color Harmonies of #FCFB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFB02

Black with #FCFB02

Text Example


Text Example

White with #FCFB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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