Html Css Color HEX #FDF947 Paris Daisy

📋 copy color: '#FDF947'

red 253 ◦ green 249 ◦ blue 71

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

Shades of Paris Daisy #FDF947

Tints of Paris Daisy #FDF947

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.46%

 BLUE value IS 71 (28.13% from 255) = 12.39%

R = 44.15%
G = 43.46%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FDF947 (or 0xFDF947) is known color: Paris Daisy. HEX triplet: FD, F9 and 47. RGB value is (253,249,71). Sum of RGB (Red+Green+Blue) = 253+249+71=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 249 (97.66% from 255 or 43.46% from 573); Blue value is 71 (28.12% from 255 or 12.39% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF947 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF947 is #0206B8. Grayscale: #E6E6E6. Windows color (decimal): -132793 or 4717053. OLE color: 4717053.

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

Color convert

RGB 253 249 71 -
CMYK 0 0.02 0.72 0.01
HSL 58.68º 0.98% 0.64% -
HSV(B) 58.68º 0.72% 0.99% -
XYZ 75.52 89.09 19.18 -
YUV 229.9 38.33 144.47 -
System Red Green Blue C M Y K H S L
Decimal 253 249 71 0 0.02 0.72 0.01 58.68 0.98 0.64
Hex FD F9 47 0 2 48 1 3B 62 40
Octal 375 371 107 0 2 110 1 73 142 100
Binary 11111101 11111001 1000111 0 10 1001000 1 111011 1100010 1000000

Color Harmonies of #FDF947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF947

Black with #FDF947

Text Example


Text Example

White with #FDF947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF947; }

 p { color: rgb(253,249,71); }

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

background-color css

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

 a { background-color: rgb(253,249,71); }

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

border-color css

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

 span { border-color: rgb(253,249,71); }

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