Html Css Color HEX #FCF351 Paris Daisy

📋 copy color: '#FCF351'

red 252 ◦ green 243 ◦ blue 81

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

Shades of Paris Daisy #FCF351

Tints of Paris Daisy #FCF351

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.19%

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

R = 43.75%
G = 42.19%
B = 14.06%

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

#FCF351 (or 0xFCF351) is known color: Paris Daisy. HEX triplet: FC, F3 and 51. RGB value is (252,243,81). Sum of RGB (Red+Green+Blue) = 252+243+81=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 243 (95.31% from 255 or 42.19% from 576); Blue value is 81 (32.03% from 255 or 14.06% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF351 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF351 is #030CAE. Grayscale: #E3E3E3. Windows color (decimal): -199855 or 5370876. OLE color: 5370876.

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

Color convert

RGB 252 243 81 -
CMYK 0 0.04 0.68 0.01
HSL 56.84º 0.97% 0.65% -
HSV(B) 56.84º 0.68% 0.99% -
XYZ 73.68 85.39 20.38 -
YUV 227.22 45.48 145.67 -
System Red Green Blue C M Y K H S L
Decimal 252 243 81 0 0.04 0.68 0.01 56.84 0.97 0.65
Hex FC F3 51 0 4 44 1 39 61 41
Octal 374 363 121 0 4 104 1 71 141 101
Binary 11111100 11110011 1010001 0 100 1000100 1 111001 1100001 1000001

Color Harmonies of #FCF351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF351

Black with #FCF351

Text Example


Text Example

White with #FCF351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF351; }

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

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

background-color css

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

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

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

border-color css

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

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

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