Html Css Color HEX #FCF74A Paris Daisy

📋 copy color: '#FCF74A'

red 252 ◦ green 247 ◦ blue 74

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

Shades of Paris Daisy #FCF74A

Tints of Paris Daisy #FCF74A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 12.91%

R = 43.98%
G = 43.11%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCF74A (or 0xFCF74A) is known color: Paris Daisy. HEX triplet: FC, F7 and 4A. RGB value is (252,247,74). Sum of RGB (Red+Green+Blue) = 252+247+74=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 247 (96.88% from 255 or 43.11% from 573); Blue value is 74 (29.30% from 255 or 12.91% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF74A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF74A is #0308B5. Grayscale: #E5E5E5. Windows color (decimal): -198838 or 4913148. OLE color: 4913148.

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

Color convert

RGB 252 247 74 -
CMYK 0 0.02 0.71 0.01
HSL 58.31º 0.97% 0.64% -
HSV(B) 58.31º 0.71% 0.99% -
XYZ 74.64 87.71 19.47 -
YUV 228.77 40.66 144.57 -
System Red Green Blue C M Y K H S L
Decimal 252 247 74 0 0.02 0.71 0.01 58.31 0.97 0.64
Hex FC F7 4A 0 2 47 1 3A 61 40
Octal 374 367 112 0 2 107 1 72 141 100
Binary 11111100 11110111 1001010 0 10 1000111 1 111010 1100001 1000000

Color Harmonies of #FCF74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF74A

Black with #FCF74A

Text Example


Text Example

White with #FCF74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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