Html Css Color HEX #FDF54B Paris Daisy

📋 copy color: '#FDF54B'

red 253 ◦ green 245 ◦ blue 75

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

Shades of Paris Daisy #FDF54B

Tints of Paris Daisy #FDF54B

RGB

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

 GREEN value IS 245 (96.09% from 255) = 42.76%

 BLUE value IS 75 (29.69% from 255) = 13.09%

R = 44.15%
G = 42.76%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FDF54B (or 0xFDF54B) is known color: Paris Daisy. HEX triplet: FD, F5 and 4B. RGB value is (253,245,75). Sum of RGB (Red+Green+Blue) = 253+245+75=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 245 (96.09% from 255 or 42.76% from 573); Blue value is 75 (29.69% from 255 or 13.09% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF54B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF54B is #020AB4. Grayscale: #E4E4E4. Windows color (decimal): -133813 or 4978173. OLE color: 4978173.

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

Color convert

RGB 253 245 75 -
CMYK 0 0.03 0.70 0.01
HSL 57.3º 0.98% 0.64% -
HSV(B) 57.3º 0.7% 0.99% -
XYZ 74.43 86.7 19.47 -
YUV 228.01 41.65 145.82 -
System Red Green Blue C M Y K H S L
Decimal 253 245 75 0 0.03 0.70 0.01 57.3 0.98 0.64
Hex FD F5 4B 0 3 46 1 39 62 40
Octal 375 365 113 0 3 106 1 71 142 100
Binary 11111101 11110101 1001011 0 11 1000110 1 111001 1100010 1000000

Color Harmonies of #FDF54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF54B

Black with #FDF54B

Text Example


Text Example

White with #FDF54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF54B; }

 p { color: rgb(253,245,75); }

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

background-color css

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

 a { background-color: rgb(253,245,75); }

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

border-color css

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

 span { border-color: rgb(253,245,75); }

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