Html Css Color HEX #FDF04D Paris Daisy

📋 copy color: '#FDF04D'

red 253 ◦ green 240 ◦ blue 77

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

Shades of Paris Daisy #FDF04D

Tints of Paris Daisy #FDF04D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.11%

 BLUE value IS 77 (30.47% from 255) = 13.51%

R = 44.39%
G = 42.11%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FDF04D (or 0xFDF04D) is known color: Paris Daisy. HEX triplet: FD, F0 and 4D. RGB value is (253,240,77). Sum of RGB (Red+Green+Blue) = 253+240+77=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 240 (94.14% from 255 or 42.11% from 570); Blue value is 77 (30.47% from 255 or 13.51% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF04D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF04D is #020FB2. Grayscale: #E1E1E1. Windows color (decimal): -135091 or 5107965. OLE color: 5107965.

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

Color convert

RGB 253 240 77 -
CMYK 0 0.05 0.70 0.01
HSL 55.57º 0.98% 0.65% -
HSV(B) 55.57º 0.7% 0.99% -
XYZ 73.01 83.74 19.34 -
YUV 225.31 44.31 147.75 -
System Red Green Blue C M Y K H S L
Decimal 253 240 77 0 0.05 0.70 0.01 55.57 0.98 0.65
Hex FD F0 4D 0 5 46 1 38 62 41
Octal 375 360 115 0 5 106 1 70 142 101
Binary 11111101 11110000 1001101 0 101 1000110 1 111000 1100010 1000001

Color Harmonies of #FDF04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF04D

Black with #FDF04D

Text Example


Text Example

White with #FDF04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF04D; }

 p { color: rgb(253,240,77); }

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

background-color css

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

 a { background-color: rgb(253,240,77); }

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

border-color css

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

 span { border-color: rgb(253,240,77); }

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