Html Css Color HEX #FDF051 Paris Daisy

📋 copy color: '#FDF051'

red 253 ◦ green 240 ◦ blue 81

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

Shades of Paris Daisy #FDF051

Tints of Paris Daisy #FDF051

RGB

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

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

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

R = 44.08%
G = 41.81%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDF051 (or 0xFDF051) is known color: Paris Daisy. HEX triplet: FD, F0 and 51. RGB value is (253,240,81). Sum of RGB (Red+Green+Blue) = 253+240+81=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 240 (94.14% from 255 or 41.81% from 574); Blue value is 81 (32.03% from 255 or 14.11% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF051 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF051 is #020FAE. Grayscale: #E2E2E2. Windows color (decimal): -135087 or 5370109. OLE color: 5370109.

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

Color convert

RGB 253 240 81 -
CMYK 0 0.05 0.68 0.01
HSL 55.47º 0.98% 0.65% -
HSV(B) 55.47º 0.68% 0.99% -
XYZ 73.15 83.8 20.1 -
YUV 225.76 46.31 147.43 -
System Red Green Blue C M Y K H S L
Decimal 253 240 81 0 0.05 0.68 0.01 55.47 0.98 0.65
Hex FD F0 51 0 5 44 1 37 62 41
Octal 375 360 121 0 5 104 1 67 142 101
Binary 11111101 11110000 1010001 0 101 1000100 1 110111 1100010 1000001

Color Harmonies of #FDF051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF051

Black with #FDF051

Text Example


Text Example

White with #FDF051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF051; }

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

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

background-color css

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

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

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

border-color css

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

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

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