Html Css Color HEX #FDF650 Paris Daisy

📋 copy color: '#FDF650'

red 253 ◦ green 246 ◦ blue 80

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

Shades of Paris Daisy #FDF650

Tints of Paris Daisy #FDF650

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.49%

 BLUE value IS 80 (31.64% from 255) = 13.82%

R = 43.7%
G = 42.49%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDF650 (or 0xFDF650) is known color: Paris Daisy. HEX triplet: FD, F6 and 50. RGB value is (253,246,80). Sum of RGB (Red+Green+Blue) = 253+246+80=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 246 (96.48% from 255 or 42.49% from 579); Blue value is 80 (31.64% from 255 or 13.82% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF650 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF650 is #0209AF. Grayscale: #E5E5E5. Windows color (decimal): -133552 or 5306109. OLE color: 5306109.

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

Color convert

RGB 253 246 80 -
CMYK 0 0.03 0.68 0.01
HSL 57.57º 0.98% 0.65% -
HSV(B) 57.57º 0.68% 0.99% -
XYZ 74.91 87.37 20.51 -
YUV 229.17 43.82 145 -
System Red Green Blue C M Y K H S L
Decimal 253 246 80 0 0.03 0.68 0.01 57.57 0.98 0.65
Hex FD F6 50 0 3 44 1 3A 62 41
Octal 375 366 120 0 3 104 1 72 142 101
Binary 11111101 11110110 1010000 0 11 1000100 1 111010 1100010 1000001

Color Harmonies of #FDF650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF650

Black with #FDF650

Text Example


Text Example

White with #FDF650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF650; }

 p { color: rgb(253,246,80); }

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

background-color css

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

 a { background-color: rgb(253,246,80); }

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

border-color css

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

 span { border-color: rgb(253,246,80); }

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