Html Css Color HEX #FCFD12 Yellow

📋 copy color: '#FCFD12'

red 252 ◦ green 253 ◦ blue 18

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

Shades of Yellow #FCFD12

Tints of Yellow #FCFD12

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.37%

 BLUE value IS 18 (7.42% from 255) = 3.44%

R = 48.18%
G = 48.37%
B = 3.44%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCFD12 (or 0xFCFD12) is known color: Yellow. HEX triplet: FC, FD and 12. RGB value is (252,253,18). Sum of RGB (Red+Green+Blue) = 252+253+18=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 253 (99.22% from 255 or 48.37% from 523); Blue value is 18 (7.42% from 255 or 3.44% from 523); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFD12 is #0302ED. Grayscale: #E2E2E2. Windows color (decimal): -197358 or 1244668. OLE color: 1244668.

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

Color convert

RGB 252 253 18 -
CMYK 0.00 0 0.93 0.01
HSL 60.26º 0.98% 0.53% -
HSV(B) 60.26º 0.93% 0.99% -
XYZ 75.38 90.99 14.16 -
YUV 225.91 10.67 146.61 -
System Red Green Blue C M Y K H S L
Decimal 252 253 18 0.00 0 0.93 0.01 60.26 0.98 0.53
Hex FC FD 12 0 0 5D 1 3C 62 35
Octal 374 375 22 0 0 135 1 74 142 65
Binary 11111100 11111101 10010 0 0 1011101 1 111100 1100010 110101

Color Harmonies of #FCFD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFD12

Black with #FCFD12

Text Example


Text Example

White with #FCFD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFD12; }

 p { color: rgb(252,253,18); }

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

background-color css

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

 a { background-color: rgb(252,253,18); }

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

border-color css

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

 span { border-color: rgb(252,253,18); }

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