Html Css Color HEX #FDF250 Paris Daisy

📋 copy color: '#FDF250'

red 253 ◦ green 242 ◦ blue 80

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

Shades of Paris Daisy #FDF250

Tints of Paris Daisy #FDF250

RGB

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

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

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

R = 44%
G = 42.09%
B = 13.91%

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

#FDF250 (or 0xFDF250) is known color: Paris Daisy. HEX triplet: FD, F2 and 50. RGB value is (253,242,80). Sum of RGB (Red+Green+Blue) = 253+242+80=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 242 (94.92% from 255 or 42.09% from 575); Blue value is 80 (31.64% from 255 or 13.91% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF250 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF250 is #020DAF. Grayscale: #E3E3E3. Windows color (decimal): -134576 or 5305085. OLE color: 5305085.

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

Color convert

RGB 253 242 80 -
CMYK 0 0.04 0.68 0.01
HSL 56.18º 0.98% 0.65% -
HSV(B) 56.18º 0.68% 0.99% -
XYZ 73.71 84.97 20.1 -
YUV 226.82 45.14 146.67 -
System Red Green Blue C M Y K H S L
Decimal 253 242 80 0 0.04 0.68 0.01 56.18 0.98 0.65
Hex FD F2 50 0 4 44 1 38 62 41
Octal 375 362 120 0 4 104 1 70 142 101
Binary 11111101 11110010 1010000 0 100 1000100 1 111000 1100010 1000001

Color Harmonies of #FDF250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF250

Black with #FDF250

Text Example


Text Example

White with #FDF250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF250; }

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

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

background-color css

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

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

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

border-color css

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

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

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