Html Css Color HEX #FFFC02 Yellow

📋 copy color: '#FFFC02'

red 255 ◦ green 252 ◦ blue 2

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

Shades of Yellow #FFFC02

Tints of Yellow #FFFC02

RGB

 RED value IS 255 (100% from 255) = 50.1%

 GREEN value IS 252 (98.83% from 255) = 49.51%

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

R = 50.1%
G = 49.51%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FFFC02 (or 0xFFFC02) is known color: Yellow. HEX triplet: FF, FC and 02. RGB value is (255,252,2). Sum of RGB (Red+Green+Blue) = 255+252+2=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 252 (98.83% from 255 or 49.51% from 509); Blue value is 2 (1.17% from 255 or 0.39% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFC02 is #0003FD. Grayscale: #E1E1E1. Windows color (decimal): -1022 or 195839. OLE color: 195839.

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

Color convert

RGB 255 252 2 -
CMYK 0 0.01 0.99 0
HSL 59.29º 1% 0.5% -
HSV(B) 59.29º 0.99% 1% -
XYZ 76.06 90.89 13.59 -
YUV 224.4 2.49 149.83 -
System Red Green Blue C M Y K H S L
Decimal 255 252 2 0 0.01 0.99 0 59.29 1 0.5
Hex FF FC 2 0 1 63 0 3B 64 32
Octal 377 374 2 0 1 143 0 73 144 62
Binary 11111111 11111100 10 0 1 1100011 0 111011 1100100 110010

Color Harmonies of #FFFC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFC02

Black with #FFFC02

Text Example


Text Example

White with #FFFC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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