Html Css Color HEX #FDF14A Paris Daisy

📋 copy color: '#FDF14A'

red 253 ◦ green 241 ◦ blue 74

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

Shades of Paris Daisy #FDF14A

Tints of Paris Daisy #FDF14A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.43%

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

R = 44.54%
G = 42.43%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FDF14A (or 0xFDF14A) is known color: Paris Daisy. HEX triplet: FD, F1 and 4A. RGB value is (253,241,74). Sum of RGB (Red+Green+Blue) = 253+241+74=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 241 (94.53% from 255 or 42.43% from 568); Blue value is 74 (29.30% from 255 or 13.03% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF14A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF14A is #020EB5. Grayscale: #E2E2E2. Windows color (decimal): -134838 or 4911613. OLE color: 4911613.

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

Color convert

RGB 253 241 74 -
CMYK 0 0.05 0.71 0.01
HSL 55.98º 0.98% 0.64% -
HSV(B) 55.98º 0.71% 0.99% -
XYZ 73.2 84.29 18.89 -
YUV 225.55 42.48 147.58 -
System Red Green Blue C M Y K H S L
Decimal 253 241 74 0 0.05 0.71 0.01 55.98 0.98 0.64
Hex FD F1 4A 0 5 47 1 38 62 40
Octal 375 361 112 0 5 107 1 70 142 100
Binary 11111101 11110001 1001010 0 101 1000111 1 111000 1100010 1000000

Color Harmonies of #FDF14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF14A

Black with #FDF14A

Text Example


Text Example

White with #FDF14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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