Html Css Color HEX #FDF144 Paris Daisy

📋 copy color: '#FDF144'

red 253 ◦ green 241 ◦ blue 68

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

Shades of Paris Daisy #FDF144

Tints of Paris Daisy #FDF144

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.88%

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

R = 45.02%
G = 42.88%
B = 12.1%

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

#FDF144 (or 0xFDF144) is known color: Paris Daisy. HEX triplet: FD, F1 and 44. RGB value is (253,241,68). Sum of RGB (Red+Green+Blue) = 253+241+68=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 241 (94.53% from 255 or 42.88% from 562); Blue value is 68 (26.95% from 255 or 12.10% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF144 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF144 is #020EBB. Grayscale: #E1E1E1. Windows color (decimal): -134844 or 4518397. OLE color: 4518397.

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

Color convert

RGB 253 241 68 -
CMYK 0 0.05 0.73 0.01
HSL 56.11º 0.98% 0.63% -
HSV(B) 56.11º 0.73% 0.99% -
XYZ 73.01 84.21 17.88 -
YUV 224.87 39.48 148.07 -
System Red Green Blue C M Y K H S L
Decimal 253 241 68 0 0.05 0.73 0.01 56.11 0.98 0.63
Hex FD F1 44 0 5 49 1 38 62 3F
Octal 375 361 104 0 5 111 1 70 142 77
Binary 11111101 11110001 1000100 0 101 1001001 1 111000 1100010 111111

Color Harmonies of #FDF144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF144

Black with #FDF144

Text Example


Text Example

White with #FDF144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF144; }

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

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

background-color css

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

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

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

border-color css

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

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

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