Html Css Color HEX #FDF142 Paris Daisy

📋 copy color: '#FDF142'

red 253 ◦ green 241 ◦ blue 66

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

Shades of Paris Daisy #FDF142

Tints of Paris Daisy #FDF142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 11.79%

R = 45.18%
G = 43.04%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDF142 (or 0xFDF142) is known color: Paris Daisy. HEX triplet: FD, F1 and 42. RGB value is (253,241,66). Sum of RGB (Red+Green+Blue) = 253+241+66=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 241 (94.53% from 255 or 43.04% from 560); Blue value is 66 (26.17% from 255 or 11.79% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF142 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF142 is #020EBD. Grayscale: #E1E1E1. Windows color (decimal): -134846 or 4387325. OLE color: 4387325.

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

Color convert

RGB 253 241 66 -
CMYK 0 0.05 0.74 0.01
HSL 56.15º 0.98% 0.63% -
HSV(B) 56.15º 0.74% 0.99% -
XYZ 72.95 84.19 17.56 -
YUV 224.64 38.48 148.23 -
System Red Green Blue C M Y K H S L
Decimal 253 241 66 0 0.05 0.74 0.01 56.15 0.98 0.63
Hex FD F1 42 0 5 4A 1 38 62 3F
Octal 375 361 102 0 5 112 1 70 142 77
Binary 11111101 11110001 1000010 0 101 1001010 1 111000 1100010 111111

Color Harmonies of #FDF142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF142

Black with #FDF142

Text Example


Text Example

White with #FDF142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF142; }

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

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

background-color css

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

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

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

border-color css

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

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

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