Html Css Color HEX #FCED41 Paris Daisy

📋 copy color: '#FCED41'

red 252 ◦ green 237 ◦ blue 65

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

Shades of Paris Daisy #FCED41

Tints of Paris Daisy #FCED41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 11.73%

R = 45.49%
G = 42.78%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FCED41 (or 0xFCED41) is known color: Paris Daisy. HEX triplet: FC, ED and 41. RGB value is (252,237,65). Sum of RGB (Red+Green+Blue) = 252+237+65=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 237 (92.97% from 255 or 42.78% from 554); Blue value is 65 (25.78% from 255 or 11.73% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCED41 is #0312BE. Grayscale: #DEDEDE. Windows color (decimal): -201407 or 4320764. OLE color: 4320764.

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

Color convert

RGB 252 237 65 -
CMYK 0 0.06 0.74 0.01
HSL 55.19º 0.97% 0.62% -
HSV(B) 55.19º 0.74% 0.99% -
XYZ 71.38 81.65 17 -
YUV 221.88 39.47 149.49 -
System Red Green Blue C M Y K H S L
Decimal 252 237 65 0 0.06 0.74 0.01 55.19 0.97 0.62
Hex FC ED 41 0 6 4A 1 37 61 3E
Octal 374 355 101 0 6 112 1 67 141 76
Binary 11111100 11101101 1000001 0 110 1001010 1 110111 1100001 111110

Color Harmonies of #FCED41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED41

Black with #FCED41

Text Example


Text Example

White with #FCED41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED41; }

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

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

background-color css

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

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

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

border-color css

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

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

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