Html Css Color HEX #FCE648 Paris Daisy

📋 copy color: '#FCE648'

red 252 ◦ green 230 ◦ blue 72

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

Shades of Paris Daisy #FCE648

Tints of Paris Daisy #FCE648

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.52%

 BLUE value IS 72 (28.52% from 255) = 13%

R = 45.49%
G = 41.52%
B = 13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCE648 (or 0xFCE648) is known color: Paris Daisy. HEX triplet: FC, E6 and 48. RGB value is (252,230,72). Sum of RGB (Red+Green+Blue) = 252+230+72=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 230 (90.23% from 255 or 41.52% from 554); Blue value is 72 (28.52% from 255 or 13.00% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE648 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE648 is #0319B7. Grayscale: #DBDBDB. Windows color (decimal): -203192 or 4777724. OLE color: 4777724.

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

Color convert

RGB 252 230 72 -
CMYK 0 0.09 0.71 0.01
HSL 52.67º 0.97% 0.64% -
HSV(B) 52.67º 0.71% 0.99% -
XYZ 69.61 77.76 17.47 -
YUV 218.57 45.29 151.85 -
System Red Green Blue C M Y K H S L
Decimal 252 230 72 0 0.09 0.71 0.01 52.67 0.97 0.64
Hex FC E6 48 0 9 47 1 35 61 40
Octal 374 346 110 0 11 107 1 65 141 100
Binary 11111100 11100110 1001000 0 1001 1000111 1 110101 1100001 1000000

Color Harmonies of #FCE648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE648

Black with #FCE648

Text Example


Text Example

White with #FCE648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE648; }

 p { color: rgb(252,230,72); }

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

background-color css

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

 a { background-color: rgb(252,230,72); }

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

border-color css

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

 span { border-color: rgb(252,230,72); }

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