Html Css Color HEX #FCFE0D Yellow

📋 copy color: '#FCFE0D'

red 252 ◦ green 254 ◦ blue 13

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

Shades of Yellow #FCFE0D

Tints of Yellow #FCFE0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.5%

R = 48.55%
G = 48.94%
B = 2.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FCFE0D (or 0xFCFE0D) is known color: Yellow. HEX triplet: FC, FE and 0D. RGB value is (252,254,13). Sum of RGB (Red+Green+Blue) = 252+254+13=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 254 (99.61% from 255 or 48.94% from 519); Blue value is 13 (5.47% from 255 or 2.50% from 519); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFE0D is #0301F2. Grayscale: #E2E2E2. Windows color (decimal): -197107 or 917244. OLE color: 917244.

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

Color convert

RGB 252 254 13 -
CMYK 0.01 0 0.95 0.00
HSL 60.5º 0.99% 0.52% -
HSV(B) 60.5º 0.95% 1% -
XYZ 75.66 91.61 14.08 -
YUV 225.93 7.84 146.6 -
System Red Green Blue C M Y K H S L
Decimal 252 254 13 0.01 0 0.95 0.00 60.5 0.99 0.52
Hex FC FE D 1 0 5F 0 3C 63 34
Octal 374 376 15 1 0 137 0 74 143 64
Binary 11111100 11111110 1101 1 0 1011111 0 111100 1100011 110100

Color Harmonies of #FCFE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFE0D

Black with #FCFE0D

Text Example


Text Example

White with #FCFE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFE0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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