Html Css Color HEX #FCF154 Paris Daisy

📋 copy color: '#FCF154'

red 252 ◦ green 241 ◦ blue 84

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

Shades of Paris Daisy #FCF154

Tints of Paris Daisy #FCF154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 14.56%

R = 43.67%
G = 41.77%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCF154 (or 0xFCF154) is known color: Paris Daisy. HEX triplet: FC, F1 and 54. RGB value is (252,241,84). Sum of RGB (Red+Green+Blue) = 252+241+84=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 241 (94.53% from 255 or 41.77% from 577); Blue value is 84 (33.20% from 255 or 14.56% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF154 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF154 is #030EAB. Grayscale: #E3E3E3. Windows color (decimal): -200364 or 5566972. OLE color: 5566972.

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

Color convert

RGB 252 241 84 -
CMYK 0 0.04 0.67 0.01
HSL 56.07º 0.97% 0.66% -
HSV(B) 56.07º 0.67% 0.99% -
XYZ 73.2 84.25 20.79 -
YUV 226.39 47.64 146.27 -
System Red Green Blue C M Y K H S L
Decimal 252 241 84 0 0.04 0.67 0.01 56.07 0.97 0.66
Hex FC F1 54 0 4 43 1 38 61 42
Octal 374 361 124 0 4 103 1 70 141 102
Binary 11111100 11110001 1010100 0 100 1000011 1 111000 1100001 1000010

Color Harmonies of #FCF154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF154

Black with #FCF154

Text Example


Text Example

White with #FCF154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF154; }

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

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

background-color css

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

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

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

border-color css

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

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

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