Html Css Color HEX #FDF150 Paris Daisy

📋 copy color: '#FDF150'

red 253 ◦ green 241 ◦ blue 80

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

Shades of Paris Daisy #FDF150

Tints of Paris Daisy #FDF150

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.99%

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

R = 44.08%
G = 41.99%
B = 13.94%

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

#FDF150 (or 0xFDF150) is known color: Paris Daisy. HEX triplet: FD, F1 and 50. RGB value is (253,241,80). Sum of RGB (Red+Green+Blue) = 253+241+80=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 241 (94.53% from 255 or 41.99% from 574); Blue value is 80 (31.64% from 255 or 13.94% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF150 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF150 is #020EAF. Grayscale: #E2E2E2. Windows color (decimal): -134832 or 5304829. OLE color: 5304829.

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

Color convert

RGB 253 241 80 -
CMYK 0 0.05 0.68 0.01
HSL 55.84º 0.98% 0.65% -
HSV(B) 55.84º 0.68% 0.99% -
XYZ 73.41 84.37 20.01 -
YUV 226.23 45.48 147.09 -
System Red Green Blue C M Y K H S L
Decimal 253 241 80 0 0.05 0.68 0.01 55.84 0.98 0.65
Hex FD F1 50 0 5 44 1 38 62 41
Octal 375 361 120 0 5 104 1 70 142 101
Binary 11111101 11110001 1010000 0 101 1000100 1 111000 1100010 1000001

Color Harmonies of #FDF150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF150

Black with #FDF150

Text Example


Text Example

White with #FDF150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF150; }

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

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

background-color css

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

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

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

border-color css

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

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

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