Html Css Color HEX #FDE34F Paris Daisy

📋 copy color: '#FDE34F'

red 253 ◦ green 227 ◦ blue 79

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

Shades of Paris Daisy #FDE34F

Tints of Paris Daisy #FDE34F

RGB

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

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

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

R = 45.26%
G = 40.61%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FDE34F (or 0xFDE34F) is known color: Paris Daisy. HEX triplet: FD, E3 and 4F. RGB value is (253,227,79). Sum of RGB (Red+Green+Blue) = 253+227+79=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 227 (89.06% from 255 or 40.61% from 559); Blue value is 79 (31.25% from 255 or 14.13% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE34F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE34F is #021CB0. Grayscale: #DADADA. Windows color (decimal): -138417 or 5235709. OLE color: 5235709.

HSL color Cylindrical-coordinate representation of color #FDE34F: hue angle of 51.03º degrees, saturation: 0.98, 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 #FDE34F is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 227 79 -
CMYK 0 0.10 0.69 0.01
HSL 51.03º 0.98% 0.65% -
HSV(B) 51.03º 0.69% 0.99% -
XYZ 69.39 76.39 18.48 -
YUV 217.9 49.61 153.03 -
System Red Green Blue C M Y K H S L
Decimal 253 227 79 0 0.10 0.69 0.01 51.03 0.98 0.65
Hex FD E3 4F 0 A 45 1 33 62 41
Octal 375 343 117 0 12 105 1 63 142 101
Binary 11111101 11100011 1001111 0 1010 1000101 1 110011 1100010 1000001

Color Harmonies of #FDE34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE34F

Black with #FDE34F

Text Example


Text Example

White with #FDE34F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE34F; }

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

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

background-color css

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

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

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

border-color css

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

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

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