Html Css Color HEX #FDF345 Paris Daisy

📋 copy color: '#FDF345'

red 253 ◦ green 243 ◦ blue 69

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

Shades of Paris Daisy #FDF345

Tints of Paris Daisy #FDF345

RGB

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

 GREEN value IS 243 (95.31% from 255) = 43.01%

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

R = 44.78%
G = 43.01%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FDF345 (or 0xFDF345) is known color: Paris Daisy. HEX triplet: FD, F3 and 45. RGB value is (253,243,69). Sum of RGB (Red+Green+Blue) = 253+243+69=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 243 (95.31% from 255 or 43.01% from 565); Blue value is 69 (27.34% from 255 or 12.21% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF345 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF345 is #020CBA. Grayscale: #E2E2E2. Windows color (decimal): -134331 or 4584445. OLE color: 4584445.

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

Color convert

RGB 253 243 69 -
CMYK 0 0.04 0.73 0.01
HSL 56.74º 0.98% 0.63% -
HSV(B) 56.74º 0.73% 0.99% -
XYZ 73.63 85.41 18.24 -
YUV 226.15 39.31 147.15 -
System Red Green Blue C M Y K H S L
Decimal 253 243 69 0 0.04 0.73 0.01 56.74 0.98 0.63
Hex FD F3 45 0 4 49 1 39 62 3F
Octal 375 363 105 0 4 111 1 71 142 77
Binary 11111101 11110011 1000101 0 100 1001001 1 111001 1100010 111111

Color Harmonies of #FDF345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF345

Black with #FDF345

Text Example


Text Example

White with #FDF345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF345; }

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

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

background-color css

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

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

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

border-color css

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

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

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