Html Css Color HEX #FCED4A Paris Daisy

📋 copy color: '#FCED4A'

red 252 ◦ green 237 ◦ blue 74

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

Shades of Paris Daisy #FCED4A

Tints of Paris Daisy #FCED4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.14%

R = 44.76%
G = 42.1%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCED4A (or 0xFCED4A) is known color: Paris Daisy. HEX triplet: FC, ED and 4A. RGB value is (252,237,74). Sum of RGB (Red+Green+Blue) = 252+237+74=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 74 (29.30% from 255 or 13.14% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCED4A is #0312B5. Grayscale: #DFDFDF. Windows color (decimal): -201398 or 4910588. OLE color: 4910588.

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

Color convert

RGB 252 237 74 -
CMYK 0 0.06 0.71 0.01
HSL 54.94º 0.97% 0.64% -
HSV(B) 54.94º 0.71% 0.99% -
XYZ 71.67 81.76 18.48 -
YUV 222.9 43.97 148.75 -
System Red Green Blue C M Y K H S L
Decimal 252 237 74 0 0.06 0.71 0.01 54.94 0.97 0.64
Hex FC ED 4A 0 6 47 1 37 61 40
Octal 374 355 112 0 6 107 1 67 141 100
Binary 11111100 11101101 1001010 0 110 1000111 1 110111 1100001 1000000

Color Harmonies of #FCED4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED4A

Black with #FCED4A

Text Example


Text Example

White with #FCED4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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