Html Css Color HEX #FDF24A Paris Daisy

📋 copy color: '#FDF24A'

red 253 ◦ green 242 ◦ blue 74

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

Shades of Paris Daisy #FDF24A

Tints of Paris Daisy #FDF24A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.53%

 BLUE value IS 74 (29.3% from 255) = 13.01%

R = 44.46%
G = 42.53%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FDF24A (or 0xFDF24A) is known color: Paris Daisy. HEX triplet: FD, F2 and 4A. RGB value is (253,242,74). Sum of RGB (Red+Green+Blue) = 253+242+74=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 74 (29.30% from 255 or 13.01% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF24A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF24A is #020DB5. Grayscale: #E2E2E2. Windows color (decimal): -134582 or 4911869. OLE color: 4911869.

HSL color Cylindrical-coordinate representation of color #FDF24A: hue angle of 56.31º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FDF24A is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 242 74 -
CMYK 0 0.04 0.71 0.01
HSL 56.31º 0.98% 0.64% -
HSV(B) 56.31º 0.71% 0.99% -
XYZ 73.5 84.88 18.99 -
YUV 226.14 42.14 147.16 -
System Red Green Blue C M Y K H S L
Decimal 253 242 74 0 0.04 0.71 0.01 56.31 0.98 0.64
Hex FD F2 4A 0 4 47 1 38 62 40
Octal 375 362 112 0 4 107 1 70 142 100
Binary 11111101 11110010 1001010 0 100 1000111 1 111000 1100010 1000000

Color Harmonies of #FDF24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF24A

Black with #FDF24A

Text Example


Text Example

White with #FDF24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF24A; }

 p { color: rgb(253,242,74); }

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

background-color css

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

 a { background-color: rgb(253,242,74); }

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

border-color css

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

 span { border-color: rgb(253,242,74); }

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