Html Css Color HEX #FCEE50 Paris Daisy

📋 copy color: '#FCEE50'

red 252 ◦ green 238 ◦ blue 80

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

Shades of Paris Daisy #FCEE50

Tints of Paris Daisy #FCEE50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.04%

R = 44.21%
G = 41.75%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FCEE50 (or 0xFCEE50) is known color: Paris Daisy. HEX triplet: FC, EE and 50. RGB value is (252,238,80). Sum of RGB (Red+Green+Blue) = 252+238+80=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 238 (93.36% from 255 or 41.75% from 570); Blue value is 80 (31.64% from 255 or 14.04% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEE50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEE50 is #0311AF. Grayscale: #E0E0E0. Windows color (decimal): -201136 or 5304060. OLE color: 5304060.

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

Color convert

RGB 252 238 80 -
CMYK 0 0.06 0.68 0.01
HSL 55.12º 0.97% 0.65% -
HSV(B) 55.12º 0.68% 0.99% -
XYZ 72.17 82.42 19.7 -
YUV 224.17 46.64 147.85 -
System Red Green Blue C M Y K H S L
Decimal 252 238 80 0 0.06 0.68 0.01 55.12 0.97 0.65
Hex FC EE 50 0 6 44 1 37 61 41
Octal 374 356 120 0 6 104 1 67 141 101
Binary 11111100 11101110 1010000 0 110 1000100 1 110111 1100001 1000001

Color Harmonies of #FCEE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEE50

Black with #FCEE50

Text Example


Text Example

White with #FCEE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEE50; }

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

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

background-color css

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

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

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

border-color css

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

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

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