Html Css Color HEX #FCF74C Paris Daisy

📋 copy color: '#FCF74C'

red 252 ◦ green 247 ◦ blue 76

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

Shades of Paris Daisy #FCF74C

Tints of Paris Daisy #FCF74C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 42.96%

 BLUE value IS 76 (30.08% from 255) = 13.22%

R = 43.83%
G = 42.96%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FCF74C (or 0xFCF74C) is known color: Paris Daisy. HEX triplet: FC, F7 and 4C. RGB value is (252,247,76). Sum of RGB (Red+Green+Blue) = 252+247+76=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 247 (96.88% from 255 or 42.96% from 575); Blue value is 76 (30.08% from 255 or 13.22% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF74C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF74C is #0308B3. Grayscale: #E5E5E5. Windows color (decimal): -198836 or 5044220. OLE color: 5044220.

HSL color Cylindrical-coordinate representation of color #FCF74C: hue angle of 58.3º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FCF74C is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 247 76 -
CMYK 0 0.02 0.70 0.01
HSL 58.3º 0.97% 0.64% -
HSV(B) 58.3º 0.7% 0.99% -
XYZ 74.71 87.74 19.84 -
YUV 229 41.66 144.4 -
System Red Green Blue C M Y K H S L
Decimal 252 247 76 0 0.02 0.70 0.01 58.3 0.97 0.64
Hex FC F7 4C 0 2 46 1 3A 61 40
Octal 374 367 114 0 2 106 1 72 141 100
Binary 11111100 11110111 1001100 0 10 1000110 1 111010 1100001 1000000

Color Harmonies of #FCF74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF74C

Black with #FCF74C

Text Example


Text Example

White with #FCF74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF74C; }

 p { color: rgb(252,247,76); }

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

background-color css

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

 a { background-color: rgb(252,247,76); }

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

border-color css

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

 span { border-color: rgb(252,247,76); }

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