Html Css Color HEX #FDF951 Paris Daisy

📋 copy color: '#FDF951'

red 253 ◦ green 249 ◦ blue 81

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

Shades of Paris Daisy #FDF951

Tints of Paris Daisy #FDF951

RGB

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

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

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

R = 43.4%
G = 42.71%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDF951 (or 0xFDF951) is known color: Paris Daisy. HEX triplet: FD, F9 and 51. RGB value is (253,249,81). Sum of RGB (Red+Green+Blue) = 253+249+81=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 249 (97.66% from 255 or 42.71% from 583); Blue value is 81 (32.03% from 255 or 13.89% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF951 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF951 is #0206AE. Grayscale: #E7E7E7. Windows color (decimal): -132783 or 5372413. OLE color: 5372413.

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

Color convert

RGB 253 249 81 -
CMYK 0 0.02 0.68 0.01
HSL 58.6º 0.98% 0.65% -
HSV(B) 58.6º 0.68% 0.99% -
XYZ 75.87 89.23 21.01 -
YUV 231.04 43.33 143.66 -
System Red Green Blue C M Y K H S L
Decimal 253 249 81 0 0.02 0.68 0.01 58.6 0.98 0.65
Hex FD F9 51 0 2 44 1 3B 62 41
Octal 375 371 121 0 2 104 1 73 142 101
Binary 11111101 11111001 1010001 0 10 1000100 1 111011 1100010 1000001

Color Harmonies of #FDF951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF951

Black with #FDF951

Text Example


Text Example

White with #FDF951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF951; }

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

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

background-color css

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

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

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

border-color css

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

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

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