Html Css Color HEX #FCE452 Paris Daisy

📋 copy color: '#FCE452'

red 252 ◦ green 228 ◦ blue 82

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

Shades of Paris Daisy #FCE452

Tints of Paris Daisy #FCE452

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40.57%

 BLUE value IS 82 (32.42% from 255) = 14.59%

R = 44.84%
G = 40.57%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCE452 (or 0xFCE452) is known color: Paris Daisy. HEX triplet: FC, E4 and 52. RGB value is (252,228,82). Sum of RGB (Red+Green+Blue) = 252+228+82=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 228 (89.45% from 255 or 40.57% from 562); Blue value is 82 (32.42% from 255 or 14.59% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE452 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE452 is #031BAD. Grayscale: #DBDBDB. Windows color (decimal): -203694 or 5432572. OLE color: 5432572.

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

Color convert

RGB 252 228 82 -
CMYK 0 0.10 0.67 0.01
HSL 51.53º 0.97% 0.65% -
HSV(B) 51.53º 0.67% 0.99% -
XYZ 69.41 76.79 19.15 -
YUV 218.53 50.95 151.87 -
System Red Green Blue C M Y K H S L
Decimal 252 228 82 0 0.10 0.67 0.01 51.53 0.97 0.65
Hex FC E4 52 0 A 43 1 34 61 41
Octal 374 344 122 0 12 103 1 64 141 101
Binary 11111100 11100100 1010010 0 1010 1000011 1 110100 1100001 1000001

Color Harmonies of #FCE452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE452

Black with #FCE452

Text Example


Text Example

White with #FCE452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE452; }

 p { color: rgb(252,228,82); }

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

background-color css

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

 a { background-color: rgb(252,228,82); }

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

border-color css

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

 span { border-color: rgb(252,228,82); }

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