Html Css Color HEX #FCEF4A Paris Daisy

📋 copy color: '#FCEF4A'

red 252 ◦ green 239 ◦ blue 74

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

Shades of Paris Daisy #FCEF4A

Tints of Paris Daisy #FCEF4A

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.3%

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

R = 44.6%
G = 42.3%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCEF4A (or 0xFCEF4A) is known color: Paris Daisy. HEX triplet: FC, EF and 4A. RGB value is (252,239,74). Sum of RGB (Red+Green+Blue) = 252+239+74=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 239 (93.75% from 255 or 42.30% from 565); Blue value is 74 (29.30% from 255 or 13.10% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEF4A is #0310B5. Grayscale: #E0E0E0. Windows color (decimal): -200886 or 4911100. OLE color: 4911100.

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

Color convert

RGB 252 239 74 -
CMYK 0 0.05 0.71 0.01
HSL 55.62º 0.97% 0.64% -
HSV(B) 55.62º 0.71% 0.99% -
XYZ 72.25 82.92 18.68 -
YUV 224.08 43.31 147.92 -
System Red Green Blue C M Y K H S L
Decimal 252 239 74 0 0.05 0.71 0.01 55.62 0.97 0.64
Hex FC EF 4A 0 5 47 1 38 61 40
Octal 374 357 112 0 5 107 1 70 141 100
Binary 11111100 11101111 1001010 0 101 1000111 1 111000 1100001 1000000

Color Harmonies of #FCEF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEF4A

Black with #FCEF4A

Text Example


Text Example

White with #FCEF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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