Html Css Color HEX #FDF940 Paris Daisy

📋 copy color: '#FDF940'

red 253 ◦ green 249 ◦ blue 64

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

Shades of Paris Daisy #FDF940

Tints of Paris Daisy #FDF940

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.99%

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

R = 44.7%
G = 43.99%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FDF940 (or 0xFDF940) is known color: Paris Daisy. HEX triplet: FD, F9 and 40. RGB value is (253,249,64). Sum of RGB (Red+Green+Blue) = 253+249+64=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 64 (25.39% from 255 or 11.31% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF940 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF940 is #0206BF. Grayscale: #E5E5E5. Windows color (decimal): -132800 or 4258301. OLE color: 4258301.

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

Color convert

RGB 253 249 64 -
CMYK 0 0.02 0.75 0.01
HSL 58.73º 0.98% 0.62% -
HSV(B) 58.73º 0.75% 0.99% -
XYZ 75.31 89 18.06 -
YUV 229.11 34.83 145.04 -
System Red Green Blue C M Y K H S L
Decimal 253 249 64 0 0.02 0.75 0.01 58.73 0.98 0.62
Hex FD F9 40 0 2 4B 1 3B 62 3E
Octal 375 371 100 0 2 113 1 73 142 76
Binary 11111101 11111001 1000000 0 10 1001011 1 111011 1100010 111110

Color Harmonies of #FDF940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF940

Black with #FDF940

Text Example


Text Example

White with #FDF940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF940; }

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

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

background-color css

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

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

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

border-color css

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

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

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