Html Css Color HEX #FCF14C Paris Daisy

📋 copy color: '#FCF14C'

red 252 ◦ green 241 ◦ blue 76

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

Shades of Paris Daisy #FCF14C

Tints of Paris Daisy #FCF14C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.36%

 BLUE value IS 76 (30.08% from 255) = 13.36%

R = 44.29%
G = 42.36%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FCF14C (or 0xFCF14C) is known color: Paris Daisy. HEX triplet: FC, F1 and 4C. RGB value is (252,241,76). Sum of RGB (Red+Green+Blue) = 252+241+76=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 241 (94.53% from 255 or 42.36% from 569); Blue value is 76 (30.08% from 255 or 13.36% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF14C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF14C is #030EB3. Grayscale: #E2E2E2. Windows color (decimal): -200372 or 5042684. OLE color: 5042684.

HSL color Cylindrical-coordinate representation of color #FCF14C: hue angle of 56.25º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FCF14C is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 241 76 -
CMYK 0 0.04 0.70 0.01
HSL 56.25º 0.97% 0.64% -
HSV(B) 56.25º 0.7% 0.99% -
XYZ 72.9 84.13 19.23 -
YUV 225.48 43.64 146.92 -
System Red Green Blue C M Y K H S L
Decimal 252 241 76 0 0.04 0.70 0.01 56.25 0.97 0.64
Hex FC F1 4C 0 4 46 1 38 61 40
Octal 374 361 114 0 4 106 1 70 141 100
Binary 11111100 11110001 1001100 0 100 1000110 1 111000 1100001 1000000

Color Harmonies of #FCF14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF14C

Black with #FCF14C

Text Example


Text Example

White with #FCF14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF14C; }

 p { color: rgb(252,241,76); }

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

background-color css

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

 a { background-color: rgb(252,241,76); }

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

border-color css

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

 span { border-color: rgb(252,241,76); }

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