Html Css Color HEX #FDF74A Paris Daisy

📋 copy color: '#FDF74A'

red 253 ◦ green 247 ◦ blue 74

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

Shades of Paris Daisy #FDF74A

Tints of Paris Daisy #FDF74A

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.03%

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

R = 44.08%
G = 43.03%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FDF74A (or 0xFDF74A) is known color: Paris Daisy. HEX triplet: FD, F7 and 4A. RGB value is (253,247,74). Sum of RGB (Red+Green+Blue) = 253+247+74=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 247 (96.88% from 255 or 43.03% from 574); Blue value is 74 (29.30% from 255 or 12.89% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF74A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF74A is #0208B5. Grayscale: #E5E5E5. Windows color (decimal): -133302 or 4913149. OLE color: 4913149.

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

Color convert

RGB 253 247 74 -
CMYK 0 0.02 0.71 0.01
HSL 57.99º 0.98% 0.64% -
HSV(B) 57.99º 0.71% 0.99% -
XYZ 75 87.9 19.49 -
YUV 229.07 40.49 145.07 -
System Red Green Blue C M Y K H S L
Decimal 253 247 74 0 0.02 0.71 0.01 57.99 0.98 0.64
Hex FD F7 4A 0 2 47 1 3A 62 40
Octal 375 367 112 0 2 107 1 72 142 100
Binary 11111101 11110111 1001010 0 10 1000111 1 111010 1100010 1000000

Color Harmonies of #FDF74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF74A

Black with #FDF74A

Text Example


Text Example

White with #FDF74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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