Html Css Color HEX #FCF551 Paris Daisy

📋 copy color: '#FCF551'

red 252 ◦ green 245 ◦ blue 81

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

Shades of Paris Daisy #FCF551

Tints of Paris Daisy #FCF551

RGB

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

 GREEN value IS 245 (96.09% from 255) = 42.39%

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

R = 43.6%
G = 42.39%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FCF551 (or 0xFCF551) is known color: Paris Daisy. HEX triplet: FC, F5 and 51. RGB value is (252,245,81). Sum of RGB (Red+Green+Blue) = 252+245+81=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 245 (96.09% from 255 or 42.39% from 578); Blue value is 81 (32.03% from 255 or 14.01% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF551 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF551 is #030AAE. Grayscale: #E5E5E5. Windows color (decimal): -199343 or 5371388. OLE color: 5371388.

HSL color Cylindrical-coordinate representation of color #FCF551: hue angle of 57.54º 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 #FCF551 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 245 81 -
CMYK 0 0.03 0.68 0.01
HSL 57.54º 0.97% 0.65% -
HSV(B) 57.54º 0.68% 0.99% -
XYZ 74.28 86.59 20.58 -
YUV 228.4 44.82 144.84 -
System Red Green Blue C M Y K H S L
Decimal 252 245 81 0 0.03 0.68 0.01 57.54 0.97 0.65
Hex FC F5 51 0 3 44 1 3A 61 41
Octal 374 365 121 0 3 104 1 72 141 101
Binary 11111100 11110101 1010001 0 11 1000100 1 111010 1100001 1000001

Color Harmonies of #FCF551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF551

Black with #FCF551

Text Example


Text Example

White with #FCF551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF551; }

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

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

background-color css

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

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

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

border-color css

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

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

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