Html Css Color HEX #FCED4F Paris Daisy

📋 copy color: '#FCED4F'

red 252 ◦ green 237 ◦ blue 79

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

Shades of Paris Daisy #FCED4F

Tints of Paris Daisy #FCED4F

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.73%

 BLUE value IS 79 (31.25% from 255) = 13.91%

R = 44.37%
G = 41.73%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCED4F (or 0xFCED4F) is known color: Paris Daisy. HEX triplet: FC, ED and 4F. RGB value is (252,237,79). Sum of RGB (Red+Green+Blue) = 252+237+79=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 79 (31.25% from 255 or 13.91% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED4F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCED4F is #0312B0. Grayscale: #E0E0E0. Windows color (decimal): -201393 or 5238268. OLE color: 5238268.

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

Color convert

RGB 252 237 79 -
CMYK 0 0.06 0.69 0.01
HSL 54.8º 0.97% 0.65% -
HSV(B) 54.8º 0.69% 0.99% -
XYZ 71.84 81.83 19.41 -
YUV 223.47 46.47 148.35 -
System Red Green Blue C M Y K H S L
Decimal 252 237 79 0 0.06 0.69 0.01 54.8 0.97 0.65
Hex FC ED 4F 0 6 45 1 37 61 41
Octal 374 355 117 0 6 105 1 67 141 101
Binary 11111100 11101101 1001111 0 110 1000101 1 110111 1100001 1000001

Color Harmonies of #FCED4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED4F

Black with #FCED4F

Text Example


Text Example

White with #FCED4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED4F; }

 p { color: rgb(252,237,79); }

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

background-color css

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

 a { background-color: rgb(252,237,79); }

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

border-color css

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

 span { border-color: rgb(252,237,79); }

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