Html Css Color HEX #FCF151 Paris Daisy

📋 copy color: '#FCF151'

red 252 ◦ green 241 ◦ blue 81

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

Shades of Paris Daisy #FCF151

Tints of Paris Daisy #FCF151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 14.11%

R = 43.9%
G = 41.99%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FCF151 (or 0xFCF151) is known color: Paris Daisy. HEX triplet: FC, F1 and 51. RGB value is (252,241,81). Sum of RGB (Red+Green+Blue) = 252+241+81=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 241 (94.53% from 255 or 41.99% from 574); Blue value is 81 (32.03% from 255 or 14.11% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF151 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF151 is #030EAE. Grayscale: #E2E2E2. Windows color (decimal): -200367 or 5370364. OLE color: 5370364.

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

Color convert

RGB 252 241 81 -
CMYK 0 0.04 0.68 0.01
HSL 56.14º 0.97% 0.65% -
HSV(B) 56.14º 0.68% 0.99% -
XYZ 73.09 84.2 20.18 -
YUV 226.05 46.14 146.51 -
System Red Green Blue C M Y K H S L
Decimal 252 241 81 0 0.04 0.68 0.01 56.14 0.97 0.65
Hex FC F1 51 0 4 44 1 38 61 41
Octal 374 361 121 0 4 104 1 70 141 101
Binary 11111100 11110001 1010001 0 100 1000100 1 111000 1100001 1000001

Color Harmonies of #FCF151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF151

Black with #FCF151

Text Example


Text Example

White with #FCF151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF151; }

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

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

background-color css

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

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

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

border-color css

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

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

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