Html Css Color HEX #FCE250 Paris Daisy

📋 copy color: '#FCE250'

red 252 ◦ green 226 ◦ blue 80

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

Shades of Paris Daisy #FCE250

Tints of Paris Daisy #FCE250

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.5%

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

R = 45.16%
G = 40.5%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FCE250 (or 0xFCE250) is known color: Paris Daisy. HEX triplet: FC, E2 and 50. RGB value is (252,226,80). Sum of RGB (Red+Green+Blue) = 252+226+80=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 226 (88.67% from 255 or 40.50% from 558); Blue value is 80 (31.64% from 255 or 14.34% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE250 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE250 is #031DAF. Grayscale: #D9D9D9. Windows color (decimal): -204208 or 5300988. OLE color: 5300988.

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

Color convert

RGB 252 226 80 -
CMYK 0 0.10 0.68 0.01
HSL 50.93º 0.97% 0.65% -
HSV(B) 50.93º 0.68% 0.99% -
XYZ 68.79 75.67 18.57 -
YUV 217.13 50.61 152.87 -
System Red Green Blue C M Y K H S L
Decimal 252 226 80 0 0.10 0.68 0.01 50.93 0.97 0.65
Hex FC E2 50 0 A 44 1 33 61 41
Octal 374 342 120 0 12 104 1 63 141 101
Binary 11111100 11100010 1010000 0 1010 1000100 1 110011 1100001 1000001

Color Harmonies of #FCE250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE250

Black with #FCE250

Text Example


Text Example

White with #FCE250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE250; }

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

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

background-color css

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

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

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

border-color css

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

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

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