Html Css Color HEX #FDE34C Paris Daisy

📋 copy color: '#FDE34C'

red 253 ◦ green 227 ◦ blue 76

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

Shades of Paris Daisy #FDE34C

Tints of Paris Daisy #FDE34C

RGB

 RED value IS 253 (99.22% from 255) = 45.5%

 GREEN value IS 227 (89.06% from 255) = 40.83%

 BLUE value IS 76 (30.08% from 255) = 13.67%

R = 45.5%
G = 40.83%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FDE34C (or 0xFDE34C) is known color: Paris Daisy. HEX triplet: FD, E3 and 4C. RGB value is (253,227,76). Sum of RGB (Red+Green+Blue) = 253+227+76=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 227 (89.06% from 255 or 40.83% from 556); Blue value is 76 (30.08% from 255 or 13.67% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE34C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE34C is #021CB3. Grayscale: #DADADA. Windows color (decimal): -138420 or 5039101. OLE color: 5039101.

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

Color convert

RGB 253 227 76 -
CMYK 0 0.10 0.70 0.01
HSL 51.19º 0.98% 0.65% -
HSV(B) 51.19º 0.7% 0.99% -
XYZ 69.28 76.34 17.92 -
YUV 217.56 48.11 153.28 -
System Red Green Blue C M Y K H S L
Decimal 253 227 76 0 0.10 0.70 0.01 51.19 0.98 0.65
Hex FD E3 4C 0 A 46 1 33 62 41
Octal 375 343 114 0 12 106 1 63 142 101
Binary 11111101 11100011 1001100 0 1010 1000110 1 110011 1100010 1000001

Color Harmonies of #FDE34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE34C

Black with #FDE34C

Text Example


Text Example

White with #FDE34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE34C; }

 p { color: rgb(253,227,76); }

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

background-color css

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

 a { background-color: rgb(253,227,76); }

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

border-color css

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

 span { border-color: rgb(253,227,76); }

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