Html Css Color HEX #FCEB55 Paris Daisy

📋 copy color: '#FCEB55'

red 252 ◦ green 235 ◦ blue 85

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

Shades of Paris Daisy #FCEB55

Tints of Paris Daisy #FCEB55

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.08%

 BLUE value IS 85 (33.59% from 255) = 14.86%

R = 44.06%
G = 41.08%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FCEB55 (or 0xFCEB55) is known color: Paris Daisy. HEX triplet: FC, EB and 55. RGB value is (252,235,85). Sum of RGB (Red+Green+Blue) = 252+235+85=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 235 (92.19% from 255 or 41.08% from 572); Blue value is 85 (33.59% from 255 or 14.86% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEB55 is #0314AA. Grayscale: #DFDFDF. Windows color (decimal): -201899 or 5630972. OLE color: 5630972.

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

Color convert

RGB 252 235 85 -
CMYK 0 0.07 0.66 0.01
HSL 53.89º 0.97% 0.66% -
HSV(B) 53.89º 0.66% 0.99% -
XYZ 71.49 80.77 20.42 -
YUV 222.98 50.13 148.7 -
System Red Green Blue C M Y K H S L
Decimal 252 235 85 0 0.07 0.66 0.01 53.89 0.97 0.66
Hex FC EB 55 0 7 42 1 36 61 42
Octal 374 353 125 0 7 102 1 66 141 102
Binary 11111100 11101011 1010101 0 111 1000010 1 110110 1100001 1000010

Color Harmonies of #FCEB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEB55

Black with #FCEB55

Text Example


Text Example

White with #FCEB55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEB55; }

 p { color: rgb(252,235,85); }

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

background-color css

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

 a { background-color: rgb(252,235,85); }

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

border-color css

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

 span { border-color: rgb(252,235,85); }

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