Html Css Color HEX #FDF750 Paris Daisy

📋 copy color: '#FDF750'

red 253 ◦ green 247 ◦ blue 80

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

Shades of Paris Daisy #FDF750

Tints of Paris Daisy #FDF750

RGB

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

 GREEN value IS 247 (96.88% from 255) = 42.59%

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

R = 43.62%
G = 42.59%
B = 13.79%

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

#FDF750 (or 0xFDF750) is known color: Paris Daisy. HEX triplet: FD, F7 and 50. RGB value is (253,247,80). Sum of RGB (Red+Green+Blue) = 253+247+80=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 247 (96.88% from 255 or 42.59% from 580); Blue value is 80 (31.64% from 255 or 13.79% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF750 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF750 is #0208AF. Grayscale: #E6E6E6. Windows color (decimal): -133296 or 5306365. OLE color: 5306365.

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

Color convert

RGB 253 247 80 -
CMYK 0 0.02 0.68 0.01
HSL 57.92º 0.98% 0.65% -
HSV(B) 57.92º 0.68% 0.99% -
XYZ 75.22 87.98 20.61 -
YUV 229.76 43.49 144.58 -
System Red Green Blue C M Y K H S L
Decimal 253 247 80 0 0.02 0.68 0.01 57.92 0.98 0.65
Hex FD F7 50 0 2 44 1 3A 62 41
Octal 375 367 120 0 2 104 1 72 142 101
Binary 11111101 11110111 1010000 0 10 1000100 1 111010 1100010 1000001

Color Harmonies of #FDF750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF750

Black with #FDF750

Text Example


Text Example

White with #FDF750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF750; }

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

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

background-color css

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

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

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

border-color css

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

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

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