Html Css Color HEX #FDF645 Paris Daisy

📋 copy color: '#FDF645'

red 253 ◦ green 246 ◦ blue 69

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

Shades of Paris Daisy #FDF645

Tints of Paris Daisy #FDF645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.15%

R = 44.54%
G = 43.31%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FDF645 (or 0xFDF645) is known color: Paris Daisy. HEX triplet: FD, F6 and 45. RGB value is (253,246,69). Sum of RGB (Red+Green+Blue) = 253+246+69=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 246 (96.48% from 255 or 43.31% from 568); Blue value is 69 (27.34% from 255 or 12.15% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF645 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF645 is #0209BA. Grayscale: #E4E4E4. Windows color (decimal): -133563 or 4585213. OLE color: 4585213.

HSL color Cylindrical-coordinate representation of color #FDF645: hue angle of 57.72º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FDF645 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 246 69 -
CMYK 0 0.03 0.73 0.01
HSL 57.72º 0.98% 0.63% -
HSV(B) 57.72º 0.73% 0.99% -
XYZ 74.54 87.22 18.54 -
YUV 227.92 38.32 145.89 -
System Red Green Blue C M Y K H S L
Decimal 253 246 69 0 0.03 0.73 0.01 57.72 0.98 0.63
Hex FD F6 45 0 3 49 1 3A 62 3F
Octal 375 366 105 0 3 111 1 72 142 77
Binary 11111101 11110110 1000101 0 11 1001001 1 111010 1100010 111111

Color Harmonies of #FDF645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF645

Black with #FDF645

Text Example


Text Example

White with #FDF645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF645; }

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

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

background-color css

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

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

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

border-color css

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

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

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