Html Css Color HEX #FDF053 Paris Daisy

📋 copy color: '#FDF053'

red 253 ◦ green 240 ◦ blue 83

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

Shades of Paris Daisy #FDF053

Tints of Paris Daisy #FDF053

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.67%

 BLUE value IS 83 (32.81% from 255) = 14.41%

R = 43.92%
G = 41.67%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FDF053 (or 0xFDF053) is known color: Paris Daisy. HEX triplet: FD, F0 and 53. RGB value is (253,240,83). Sum of RGB (Red+Green+Blue) = 253+240+83=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 240 (94.14% from 255 or 41.67% from 576); Blue value is 83 (32.81% from 255 or 14.41% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF053 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF053 is #020FAC. Grayscale: #E2E2E2. Windows color (decimal): -135085 or 5501181. OLE color: 5501181.

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

Color convert

RGB 253 240 83 -
CMYK 0 0.05 0.67 0.01
HSL 55.41º 0.98% 0.66% -
HSV(B) 55.41º 0.67% 0.99% -
XYZ 73.23 83.83 20.5 -
YUV 225.99 47.31 147.27 -
System Red Green Blue C M Y K H S L
Decimal 253 240 83 0 0.05 0.67 0.01 55.41 0.98 0.66
Hex FD F0 53 0 5 43 1 37 62 42
Octal 375 360 123 0 5 103 1 67 142 102
Binary 11111101 11110000 1010011 0 101 1000011 1 110111 1100010 1000010

Color Harmonies of #FDF053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF053

Black with #FDF053

Text Example


Text Example

White with #FDF053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF053; }

 p { color: rgb(253,240,83); }

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

background-color css

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

 a { background-color: rgb(253,240,83); }

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

border-color css

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

 span { border-color: rgb(253,240,83); }

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