Html Css Color HEX #FDFB53 Paris Daisy

📋 copy color: '#FDFB53'

red 253 ◦ green 251 ◦ blue 83

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

Shades of Paris Daisy #FDFB53

Tints of Paris Daisy #FDFB53

RGB

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

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

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

R = 43.1%
G = 42.76%
B = 14.14%

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

#FDFB53 (or 0xFDFB53) is known color: Paris Daisy. HEX triplet: FD, FB and 53. RGB value is (253,251,83). Sum of RGB (Red+Green+Blue) = 253+251+83=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 251 (98.44% from 255 or 42.76% from 587); Blue value is 83 (32.81% from 255 or 14.14% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB53 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFB53 is #0204AC. Grayscale: #E9E9E9. Windows color (decimal): -132269 or 5503997. OLE color: 5503997.

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

Color convert

RGB 253 251 83 -
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.57 90.5 21.62 -
YUV 232.45 43.66 142.66 -
System Red Green Blue C M Y K H S L
Decimal 253 251 83 0 0.01 0.67 0.01 59.29 0.98 0.66
Hex FD FB 53 0 1 43 1 3B 62 42
Octal 375 373 123 0 1 103 1 73 142 102
Binary 11111101 11111011 1010011 0 1 1000011 1 111011 1100010 1000010

Color Harmonies of #FDFB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFB53

Black with #FDFB53

Text Example


Text Example

White with #FDFB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFB53; }

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

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

background-color css

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

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

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

border-color css

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

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

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