Html Css Color HEX #FCED4B Paris Daisy

📋 copy color: '#FCED4B'

red 252 ◦ green 237 ◦ blue 75

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

Shades of Paris Daisy #FCED4B

Tints of Paris Daisy #FCED4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 13.3%

R = 44.68%
G = 42.02%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FCED4B (or 0xFCED4B) is known color: Paris Daisy. HEX triplet: FC, ED and 4B. RGB value is (252,237,75). Sum of RGB (Red+Green+Blue) = 252+237+75=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 75 (29.69% from 255 or 13.30% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCED4B is #0312B4. Grayscale: #DFDFDF. Windows color (decimal): -201397 or 4976124. OLE color: 4976124.

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

Color convert

RGB 252 237 75 -
CMYK 0 0.06 0.70 0.01
HSL 54.92º 0.97% 0.64% -
HSV(B) 54.92º 0.7% 0.99% -
XYZ 71.7 81.77 18.66 -
YUV 223.02 44.47 148.67 -
System Red Green Blue C M Y K H S L
Decimal 252 237 75 0 0.06 0.70 0.01 54.92 0.97 0.64
Hex FC ED 4B 0 6 46 1 37 61 40
Octal 374 355 113 0 6 106 1 67 141 100
Binary 11111100 11101101 1001011 0 110 1000110 1 110111 1100001 1000000

Color Harmonies of #FCED4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED4B

Black with #FCED4B

Text Example


Text Example

White with #FCED4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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