Html Css Color HEX #FDF944 Paris Daisy

📋 copy color: '#FDF944'

red 253 ◦ green 249 ◦ blue 68

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

Shades of Paris Daisy #FDF944

Tints of Paris Daisy #FDF944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 11.93%

R = 44.39%
G = 43.68%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FDF944 (or 0xFDF944) is known color: Paris Daisy. HEX triplet: FD, F9 and 44. RGB value is (253,249,68). Sum of RGB (Red+Green+Blue) = 253+249+68=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 249 (97.66% from 255 or 43.68% from 570); Blue value is 68 (26.95% from 255 or 11.93% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF944 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF944 is #0206BB. Grayscale: #E6E6E6. Windows color (decimal): -132796 or 4520445. OLE color: 4520445.

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

Color convert

RGB 253 249 68 -
CMYK 0 0.02 0.73 0.01
HSL 58.7º 0.98% 0.63% -
HSV(B) 58.7º 0.73% 0.99% -
XYZ 75.43 89.05 18.68 -
YUV 229.56 36.83 144.72 -
System Red Green Blue C M Y K H S L
Decimal 253 249 68 0 0.02 0.73 0.01 58.7 0.98 0.63
Hex FD F9 44 0 2 49 1 3B 62 3F
Octal 375 371 104 0 2 111 1 73 142 77
Binary 11111101 11111001 1000100 0 10 1001001 1 111011 1100010 111111

Color Harmonies of #FDF944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF944

Black with #FDF944

Text Example


Text Example

White with #FDF944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF944; }

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

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

background-color css

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

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

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

border-color css

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

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

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