Html Css Color HEX #FCEF42 Paris Daisy

📋 copy color: '#FCEF42'

red 252 ◦ green 239 ◦ blue 66

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

Shades of Paris Daisy #FCEF42

Tints of Paris Daisy #FCEF42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 11.85%

R = 45.24%
G = 42.91%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FCEF42 (or 0xFCEF42) is known color: Paris Daisy. HEX triplet: FC, EF and 42. RGB value is (252,239,66). Sum of RGB (Red+Green+Blue) = 252+239+66=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 239 (93.75% from 255 or 42.91% from 557); Blue value is 66 (26.17% from 255 or 11.85% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEF42 is #0310BD. Grayscale: #DFDFDF. Windows color (decimal): -200894 or 4386812. OLE color: 4386812.

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

Color convert

RGB 252 239 66 -
CMYK 0 0.05 0.74 0.01
HSL 55.81º 0.97% 0.62% -
HSV(B) 55.81º 0.74% 0.99% -
XYZ 71.99 82.82 17.35 -
YUV 223.17 39.31 148.57 -
System Red Green Blue C M Y K H S L
Decimal 252 239 66 0 0.05 0.74 0.01 55.81 0.97 0.62
Hex FC EF 42 0 5 4A 1 38 61 3E
Octal 374 357 102 0 5 112 1 70 141 76
Binary 11111100 11101111 1000010 0 101 1001010 1 111000 1100001 111110

Color Harmonies of #FCEF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEF42

Black with #FCEF42

Text Example


Text Example

White with #FCEF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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