Html Css Color HEX #FDF34A Paris Daisy

📋 copy color: '#FDF34A'

red 253 ◦ green 243 ◦ blue 74

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

Shades of Paris Daisy #FDF34A

Tints of Paris Daisy #FDF34A

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.63%

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

R = 44.39%
G = 42.63%
B = 12.98%

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

#FDF34A (or 0xFDF34A) is known color: Paris Daisy. HEX triplet: FD, F3 and 4A. RGB value is (253,243,74). Sum of RGB (Red+Green+Blue) = 253+243+74=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 243 (95.31% from 255 or 42.63% from 570); Blue value is 74 (29.30% from 255 or 12.98% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF34A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF34A is #020CB5. Grayscale: #E3E3E3. Windows color (decimal): -134326 or 4912125. OLE color: 4912125.

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

Color convert

RGB 253 243 74 -
CMYK 0 0.04 0.71 0.01
HSL 56.65º 0.98% 0.64% -
HSV(B) 56.65º 0.71% 0.99% -
XYZ 73.79 85.48 19.09 -
YUV 226.72 41.81 146.74 -
System Red Green Blue C M Y K H S L
Decimal 253 243 74 0 0.04 0.71 0.01 56.65 0.98 0.64
Hex FD F3 4A 0 4 47 1 39 62 40
Octal 375 363 112 0 4 107 1 71 142 100
Binary 11111101 11110011 1001010 0 100 1000111 1 111001 1100010 1000000

Color Harmonies of #FDF34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF34A

Black with #FDF34A

Text Example


Text Example

White with #FDF34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF34A; }

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

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

background-color css

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

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

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

border-color css

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

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

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