Html Css Color HEX #FDFB54 Paris Daisy

📋 copy color: '#FDFB54'

red 253 ◦ green 251 ◦ blue 84

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

Shades of Paris Daisy #FDFB54

Tints of Paris Daisy #FDFB54

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.69%

 BLUE value IS 84 (33.2% from 255) = 14.29%

R = 43.03%
G = 42.69%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FDFB54 (or 0xFDFB54) is known color: Paris Daisy. HEX triplet: FD, FB and 54. RGB value is (253,251,84). Sum of RGB (Red+Green+Blue) = 253+251+84=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 251 (98.44% from 255 or 42.69% from 588); Blue value is 84 (33.20% from 255 or 14.29% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFB54 is #0204AB. Grayscale: #E9E9E9. Windows color (decimal): -132268 or 5569533. OLE color: 5569533.

HSL color Cylindrical-coordinate representation of color #FDFB54: hue angle of 59.29º 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 #FDFB54 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 251 84 -
CMYK 0 0.01 0.67 0.01
HSL 59.29º 0.98% 0.66% -
HSV(B) 59.29º 0.67% 0.99% -
XYZ 76.61 90.52 21.82 -
YUV 232.56 44.16 142.58 -
System Red Green Blue C M Y K H S L
Decimal 253 251 84 0 0.01 0.67 0.01 59.29 0.98 0.66
Hex FD FB 54 0 1 43 1 3B 62 42
Octal 375 373 124 0 1 103 1 73 142 102
Binary 11111101 11111011 1010100 0 1 1000011 1 111011 1100010 1000010

Color Harmonies of #FDFB54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFB54

Black with #FDFB54

Text Example


Text Example

White with #FDFB54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFB54; }

 p { color: rgb(253,251,84); }

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

background-color css

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

 a { background-color: rgb(253,251,84); }

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

border-color css

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

 span { border-color: rgb(253,251,84); }

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