Html Css Color HEX #FCF951 Paris Daisy

📋 copy color: '#FCF951'

red 252 ◦ green 249 ◦ blue 81

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

Shades of Paris Daisy #FCF951

Tints of Paris Daisy #FCF951

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.78%

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

R = 43.3%
G = 42.78%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FCF951 (or 0xFCF951) is known color: Paris Daisy. HEX triplet: FC, F9 and 51. RGB value is (252,249,81). Sum of RGB (Red+Green+Blue) = 252+249+81=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 249 (97.66% from 255 or 42.78% from 582); Blue value is 81 (32.03% from 255 or 13.92% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF951 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF951 is #0306AE. Grayscale: #E7E7E7. Windows color (decimal): -198319 or 5372412. OLE color: 5372412.

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

Color convert

RGB 252 249 81 -
CMYK 0 0.01 0.68 0.01
HSL 58.95º 0.97% 0.65% -
HSV(B) 58.95º 0.68% 0.99% -
XYZ 75.51 89.04 20.99 -
YUV 230.75 43.49 143.16 -
System Red Green Blue C M Y K H S L
Decimal 252 249 81 0 0.01 0.68 0.01 58.95 0.97 0.65
Hex FC F9 51 0 1 44 1 3B 61 41
Octal 374 371 121 0 1 104 1 73 141 101
Binary 11111100 11111001 1010001 0 1 1000100 1 111011 1100001 1000001

Color Harmonies of #FCF951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF951

Black with #FCF951

Text Example


Text Example

White with #FCF951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF951; }

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

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

background-color css

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

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

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

border-color css

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

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

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