Html Css Color HEX #FCEE4A Paris Daisy

📋 copy color: '#FCEE4A'

red 252 ◦ green 238 ◦ blue 74

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

Shades of Paris Daisy #FCEE4A

Tints of Paris Daisy #FCEE4A

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.2%

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

R = 44.68%
G = 42.2%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCEE4A (or 0xFCEE4A) is known color: Paris Daisy. HEX triplet: FC, EE and 4A. RGB value is (252,238,74). Sum of RGB (Red+Green+Blue) = 252+238+74=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 238 (93.36% from 255 or 42.20% from 564); Blue value is 74 (29.30% from 255 or 13.12% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEE4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEE4A is #0311B5. Grayscale: #E0E0E0. Windows color (decimal): -201142 or 4910844. OLE color: 4910844.

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

Color convert

RGB 252 238 74 -
CMYK 0 0.06 0.71 0.01
HSL 55.28º 0.97% 0.64% -
HSV(B) 55.28º 0.71% 0.99% -
XYZ 71.96 82.34 18.58 -
YUV 223.49 43.64 148.34 -
System Red Green Blue C M Y K H S L
Decimal 252 238 74 0 0.06 0.71 0.01 55.28 0.97 0.64
Hex FC EE 4A 0 6 47 1 37 61 40
Octal 374 356 112 0 6 107 1 67 141 100
Binary 11111100 11101110 1001010 0 110 1000111 1 110111 1100001 1000000

Color Harmonies of #FCEE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEE4A

Black with #FCEE4A

Text Example


Text Example

White with #FCEE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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