Html Css Color HEX #FDF251 Paris Daisy

📋 copy color: '#FDF251'

red 253 ◦ green 242 ◦ blue 81

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

Shades of Paris Daisy #FDF251

Tints of Paris Daisy #FDF251

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.01%

 BLUE value IS 81 (32.03% from 255) = 14.06%

R = 43.92%
G = 42.01%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDF251 (or 0xFDF251) is known color: Paris Daisy. HEX triplet: FD, F2 and 51. RGB value is (253,242,81). Sum of RGB (Red+Green+Blue) = 253+242+81=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 242 (94.92% from 255 or 42.01% from 576); Blue value is 81 (32.03% from 255 or 14.06% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF251 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF251 is #020DAE. Grayscale: #E3E3E3. Windows color (decimal): -134575 or 5370621. OLE color: 5370621.

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

Color convert

RGB 253 242 81 -
CMYK 0 0.04 0.68 0.01
HSL 56.16º 0.98% 0.65% -
HSV(B) 56.16º 0.68% 0.99% -
XYZ 73.75 84.98 20.3 -
YUV 226.94 45.64 146.59 -
System Red Green Blue C M Y K H S L
Decimal 253 242 81 0 0.04 0.68 0.01 56.16 0.98 0.65
Hex FD F2 51 0 4 44 1 38 62 41
Octal 375 362 121 0 4 104 1 70 142 101
Binary 11111101 11110010 1010001 0 100 1000100 1 111000 1100010 1000001

Color Harmonies of #FDF251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF251

Black with #FDF251

Text Example


Text Example

White with #FDF251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF251; }

 p { color: rgb(253,242,81); }

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

background-color css

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

 a { background-color: rgb(253,242,81); }

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

border-color css

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

 span { border-color: rgb(253,242,81); }

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