Html Css Color HEX #FDF146 Paris Daisy

📋 copy color: '#FDF146'

red 253 ◦ green 241 ◦ blue 70

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

Shades of Paris Daisy #FDF146

Tints of Paris Daisy #FDF146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 12.41%

R = 44.86%
G = 42.73%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FDF146 (or 0xFDF146) is known color: Paris Daisy. HEX triplet: FD, F1 and 46. RGB value is (253,241,70). Sum of RGB (Red+Green+Blue) = 253+241+70=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 241 (94.53% from 255 or 42.73% from 564); Blue value is 70 (27.73% from 255 or 12.41% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF146 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF146 is #020EB9. Grayscale: #E1E1E1. Windows color (decimal): -134842 or 4649469. OLE color: 4649469.

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

Color convert

RGB 253 241 70 -
CMYK 0 0.05 0.72 0.01
HSL 56.07º 0.98% 0.63% -
HSV(B) 56.07º 0.72% 0.99% -
XYZ 73.07 84.24 18.2 -
YUV 225.09 40.48 147.9 -
System Red Green Blue C M Y K H S L
Decimal 253 241 70 0 0.05 0.72 0.01 56.07 0.98 0.63
Hex FD F1 46 0 5 48 1 38 62 3F
Octal 375 361 106 0 5 110 1 70 142 77
Binary 11111101 11110001 1000110 0 101 1001000 1 111000 1100010 111111

Color Harmonies of #FDF146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF146

Black with #FDF146

Text Example


Text Example

White with #FDF146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF146; }

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

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

background-color css

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

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

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

border-color css

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

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

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