Html Css Color HEX #FDF440 Paris Daisy

📋 copy color: '#FDF440'

red 253 ◦ green 244 ◦ blue 64

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

Shades of Paris Daisy #FDF440

Tints of Paris Daisy #FDF440

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.49%

 BLUE value IS 64 (25.39% from 255) = 11.41%

R = 45.1%
G = 43.49%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FDF440 (or 0xFDF440) is known color: Paris Daisy. HEX triplet: FD, F4 and 40. RGB value is (253,244,64). Sum of RGB (Red+Green+Blue) = 253+244+64=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 244 (95.70% from 255 or 43.49% from 561); Blue value is 64 (25.39% from 255 or 11.41% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF440 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF440 is #020BBF. Grayscale: #E2E2E2. Windows color (decimal): -134080 or 4257021. OLE color: 4257021.

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

Color convert

RGB 253 244 64 -
CMYK 0 0.04 0.75 0.01
HSL 57.14º 0.98% 0.62% -
HSV(B) 57.14º 0.75% 0.99% -
XYZ 73.78 85.95 17.55 -
YUV 226.17 36.48 147.14 -
System Red Green Blue C M Y K H S L
Decimal 253 244 64 0 0.04 0.75 0.01 57.14 0.98 0.62
Hex FD F4 40 0 4 4B 1 39 62 3E
Octal 375 364 100 0 4 113 1 71 142 76
Binary 11111101 11110100 1000000 0 100 1001011 1 111001 1100010 111110

Color Harmonies of #FDF440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF440

Black with #FDF440

Text Example


Text Example

White with #FDF440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF440; }

 p { color: rgb(253,244,64); }

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

background-color css

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

 a { background-color: rgb(253,244,64); }

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

border-color css

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

 span { border-color: rgb(253,244,64); }

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