Html Css Color HEX #FCEB50 Paris Daisy

📋 copy color: '#FCEB50'

red 252 ◦ green 235 ◦ blue 80

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

Shades of Paris Daisy #FCEB50

Tints of Paris Daisy #FCEB50

RGB

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

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

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

R = 44.44%
G = 41.45%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FCEB50 (or 0xFCEB50) is known color: Paris Daisy. HEX triplet: FC, EB and 50. RGB value is (252,235,80). Sum of RGB (Red+Green+Blue) = 252+235+80=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 235 (92.19% from 255 or 41.45% from 567); Blue value is 80 (31.64% from 255 or 14.11% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEB50 is #0314AF. Grayscale: #DFDFDF. Windows color (decimal): -201904 or 5303292. OLE color: 5303292.

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

Color convert

RGB 252 235 80 -
CMYK 0 0.07 0.68 0.01
HSL 54.07º 0.97% 0.65% -
HSV(B) 54.07º 0.68% 0.99% -
XYZ 71.3 80.69 19.41 -
YUV 222.41 47.63 149.1 -
System Red Green Blue C M Y K H S L
Decimal 252 235 80 0 0.07 0.68 0.01 54.07 0.97 0.65
Hex FC EB 50 0 7 44 1 36 61 41
Octal 374 353 120 0 7 104 1 66 141 101
Binary 11111100 11101011 1010000 0 111 1000100 1 110110 1100001 1000001

Color Harmonies of #FCEB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEB50

Black with #FCEB50

Text Example


Text Example

White with #FCEB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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