Html Css Color HEX #FDF452 Paris Daisy

📋 copy color: '#FDF452'

red 253 ◦ green 244 ◦ blue 82

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

Shades of Paris Daisy #FDF452

Tints of Paris Daisy #FDF452

RGB

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

 GREEN value IS 244 (95.7% from 255) = 42.14%

 BLUE value IS 82 (32.42% from 255) = 14.16%

R = 43.7%
G = 42.14%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDF452 (or 0xFDF452) is known color: Paris Daisy. HEX triplet: FD, F4 and 52. RGB value is (253,244,82). Sum of RGB (Red+Green+Blue) = 253+244+82=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 244 (95.70% from 255 or 42.14% from 579); Blue value is 82 (32.42% from 255 or 14.16% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF452 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF452 is #020BAD. Grayscale: #E4E4E4. Windows color (decimal): -134062 or 5436669. OLE color: 5436669.

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

Color convert

RGB 253 244 82 -
CMYK 0 0.04 0.68 0.01
HSL 56.84º 0.98% 0.66% -
HSV(B) 56.84º 0.68% 0.99% -
XYZ 74.38 86.19 20.7 -
YUV 228.22 45.48 145.67 -
System Red Green Blue C M Y K H S L
Decimal 253 244 82 0 0.04 0.68 0.01 56.84 0.98 0.66
Hex FD F4 52 0 4 44 1 39 62 42
Octal 375 364 122 0 4 104 1 71 142 102
Binary 11111101 11110100 1010010 0 100 1000100 1 111001 1100010 1000010

Color Harmonies of #FDF452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF452

Black with #FDF452

Text Example


Text Example

White with #FDF452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF452; }

 p { color: rgb(253,244,82); }

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

background-color css

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

 a { background-color: rgb(253,244,82); }

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

border-color css

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

 span { border-color: rgb(253,244,82); }

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