Html Css Color HEX #FCF14D Paris Daisy

📋 copy color: '#FCF14D'

red 252 ◦ green 241 ◦ blue 77

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

Shades of Paris Daisy #FCF14D

Tints of Paris Daisy #FCF14D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 13.51%

R = 44.21%
G = 42.28%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCF14D (or 0xFCF14D) is known color: Paris Daisy. HEX triplet: FC, F1 and 4D. RGB value is (252,241,77). Sum of RGB (Red+Green+Blue) = 252+241+77=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 241 (94.53% from 255 or 42.28% from 570); Blue value is 77 (30.47% from 255 or 13.51% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF14D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF14D is #030EB2. Grayscale: #E2E2E2. Windows color (decimal): -200371 or 5108220. OLE color: 5108220.

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

Color convert

RGB 252 241 77 -
CMYK 0 0.04 0.69 0.01
HSL 56.23º 0.97% 0.65% -
HSV(B) 56.23º 0.69% 0.99% -
XYZ 72.94 84.14 19.42 -
YUV 225.59 44.14 146.84 -
System Red Green Blue C M Y K H S L
Decimal 252 241 77 0 0.04 0.69 0.01 56.23 0.97 0.65
Hex FC F1 4D 0 4 45 1 38 61 41
Octal 374 361 115 0 4 105 1 70 141 101
Binary 11111100 11110001 1001101 0 100 1000101 1 111000 1100001 1000001

Color Harmonies of #FCF14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF14D

Black with #FCF14D

Text Example


Text Example

White with #FCF14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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