Html Css Color HEX #FCF051 Paris Daisy

📋 copy color: '#FCF051'

red 252 ◦ green 240 ◦ blue 81

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

Shades of Paris Daisy #FCF051

Tints of Paris Daisy #FCF051

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.88%

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

R = 43.98%
G = 41.88%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FCF051 (or 0xFCF051) is known color: Paris Daisy. HEX triplet: FC, F0 and 51. RGB value is (252,240,81). Sum of RGB (Red+Green+Blue) = 252+240+81=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 240 (94.14% from 255 or 41.88% from 573); Blue value is 81 (32.03% from 255 or 14.14% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF051 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF051 is #030FAE. Grayscale: #E2E2E2. Windows color (decimal): -200623 or 5370108. OLE color: 5370108.

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

Color convert

RGB 252 240 81 -
CMYK 0 0.05 0.68 0.01
HSL 55.79º 0.97% 0.65% -
HSV(B) 55.79º 0.68% 0.99% -
XYZ 72.79 83.61 20.09 -
YUV 225.46 46.48 146.93 -
System Red Green Blue C M Y K H S L
Decimal 252 240 81 0 0.05 0.68 0.01 55.79 0.97 0.65
Hex FC F0 51 0 5 44 1 38 61 41
Octal 374 360 121 0 5 104 1 70 141 101
Binary 11111100 11110000 1010001 0 101 1000100 1 111000 1100001 1000001

Color Harmonies of #FCF051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF051

Black with #FCF051

Text Example


Text Example

White with #FCF051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF051; }

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

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

background-color css

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

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

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

border-color css

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

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

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