Html Css Color HEX #FCF04E Paris Daisy

📋 copy color: '#FCF04E'

red 252 ◦ green 240 ◦ blue 78

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

Shades of Paris Daisy #FCF04E

Tints of Paris Daisy #FCF04E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 13.68%

R = 44.21%
G = 42.11%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCF04E (or 0xFCF04E) is known color: Paris Daisy. HEX triplet: FC, F0 and 4E. RGB value is (252,240,78). Sum of RGB (Red+Green+Blue) = 252+240+78=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 240 (94.14% from 255 or 42.11% from 570); Blue value is 78 (30.86% from 255 or 13.68% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF04E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF04E is #030FB1. Grayscale: #E1E1E1. Windows color (decimal): -200626 or 5173500. OLE color: 5173500.

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

Color convert

RGB 252 240 78 -
CMYK 0 0.05 0.69 0.01
HSL 55.86º 0.97% 0.65% -
HSV(B) 55.86º 0.69% 0.99% -
XYZ 72.68 83.57 19.51 -
YUV 225.12 44.98 147.17 -
System Red Green Blue C M Y K H S L
Decimal 252 240 78 0 0.05 0.69 0.01 55.86 0.97 0.65
Hex FC F0 4E 0 5 45 1 38 61 41
Octal 374 360 116 0 5 105 1 70 141 101
Binary 11111100 11110000 1001110 0 101 1000101 1 111000 1100001 1000001

Color Harmonies of #FCF04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF04E

Black with #FCF04E

Text Example


Text Example

White with #FCF04E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF04E; }

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

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

background-color css

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

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

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

border-color css

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

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

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