Html Css Color HEX #FDF044 Paris Daisy

📋 copy color: '#FDF044'

red 253 ◦ green 240 ◦ blue 68

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

Shades of Paris Daisy #FDF044

Tints of Paris Daisy #FDF044

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.78%

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

R = 45.1%
G = 42.78%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FDF044 (or 0xFDF044) is known color: Paris Daisy. HEX triplet: FD, F0 and 44. RGB value is (253,240,68). Sum of RGB (Red+Green+Blue) = 253+240+68=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 68 (26.95% from 255 or 12.12% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF044 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF044 is #020FBB. Grayscale: #E0E0E0. Windows color (decimal): -135100 or 4518141. OLE color: 4518141.

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

Color convert

RGB 253 240 68 -
CMYK 0 0.05 0.73 0.01
HSL 55.78º 0.98% 0.63% -
HSV(B) 55.78º 0.73% 0.99% -
XYZ 72.71 83.62 17.78 -
YUV 224.28 39.81 148.49 -
System Red Green Blue C M Y K H S L
Decimal 253 240 68 0 0.05 0.73 0.01 55.78 0.98 0.63
Hex FD F0 44 0 5 49 1 38 62 3F
Octal 375 360 104 0 5 111 1 70 142 77
Binary 11111101 11110000 1000100 0 101 1001001 1 111000 1100010 111111

Color Harmonies of #FDF044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF044

Black with #FDF044

Text Example


Text Example

White with #FDF044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF044; }

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

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

background-color css

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

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

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

border-color css

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

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

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