Html Css Color HEX #FCFE0B Yellow

📋 copy color: '#FCFE0B'

red 252 ◦ green 254 ◦ blue 11

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

Shades of Yellow #FCFE0B

Tints of Yellow #FCFE0B

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.13%

 BLUE value IS 11 (4.69% from 255) = 2.13%

R = 48.74%
G = 49.13%
B = 2.13%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FCFE0B (or 0xFCFE0B) is known color: Yellow. HEX triplet: FC, FE and 0B. RGB value is (252,254,11). Sum of RGB (Red+Green+Blue) = 252+254+11=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 254 (99.61% from 255 or 49.13% from 517); Blue value is 11 (4.69% from 255 or 2.13% from 517); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFE0B is #0301F4. Grayscale: #E2E2E2. Windows color (decimal): -197109 or 786172. OLE color: 786172.

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

Color convert

RGB 252 254 11 -
CMYK 0.01 0 0.96 0.00
HSL 60.49º 0.99% 0.52% -
HSV(B) 60.49º 0.96% 1% -
XYZ 75.65 91.6 14.01 -
YUV 225.7 6.84 146.76 -
System Red Green Blue C M Y K H S L
Decimal 252 254 11 0.01 0 0.96 0.00 60.49 0.99 0.52
Hex FC FE B 1 0 60 0 3C 63 34
Octal 374 376 13 1 0 140 0 74 143 64
Binary 11111100 11111110 1011 1 0 1100000 0 111100 1100011 110100

Color Harmonies of #FCFE0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFE0B

Black with #FCFE0B

Text Example


Text Example

White with #FCFE0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFE0B; }

 p { color: rgb(252,254,11); }

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

background-color css

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

 a { background-color: rgb(252,254,11); }

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

border-color css

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

 span { border-color: rgb(252,254,11); }

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