Html Css Color HEX #FCEF4E Paris Daisy

📋 copy color: '#FCEF4E'

red 252 ◦ green 239 ◦ blue 78

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

Shades of Paris Daisy #FCEF4E

Tints of Paris Daisy #FCEF4E

RGB

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

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

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

R = 44.29%
G = 42%
B = 13.71%

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

#FCEF4E (or 0xFCEF4E) is known color: Paris Daisy. HEX triplet: FC, EF and 4E. RGB value is (252,239,78). Sum of RGB (Red+Green+Blue) = 252+239+78=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 78 (30.86% from 255 or 13.71% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEF4E is #0310B1. Grayscale: #E1E1E1. Windows color (decimal): -200882 or 5173244. OLE color: 5173244.

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

Color convert

RGB 252 239 78 -
CMYK 0 0.05 0.69 0.01
HSL 55.52º 0.97% 0.65% -
HSV(B) 55.52º 0.69% 0.99% -
XYZ 72.39 82.98 19.41 -
YUV 224.53 45.31 147.59 -
System Red Green Blue C M Y K H S L
Decimal 252 239 78 0 0.05 0.69 0.01 55.52 0.97 0.65
Hex FC EF 4E 0 5 45 1 38 61 41
Octal 374 357 116 0 5 105 1 70 141 101
Binary 11111100 11101111 1001110 0 101 1000101 1 111000 1100001 1000001

Color Harmonies of #FCEF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEF4E

Black with #FCEF4E

Text Example


Text Example

White with #FCEF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEF4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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