Html Css Color HEX #FDFB44 Paris Daisy

📋 copy color: '#FDFB44'

red 253 ◦ green 251 ◦ blue 68

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

Shades of Paris Daisy #FDFB44

Tints of Paris Daisy #FDFB44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 11.89%

R = 44.23%
G = 43.88%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FDFB44 (or 0xFDFB44) is known color: Paris Daisy. HEX triplet: FD, FB and 44. RGB value is (253,251,68). Sum of RGB (Red+Green+Blue) = 253+251+68=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 251 (98.44% from 255 or 43.88% from 572); Blue value is 68 (26.95% from 255 or 11.89% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB44 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFB44 is #0204BB. Grayscale: #E7E7E7. Windows color (decimal): -132284 or 4520957. OLE color: 4520957.

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

Color convert

RGB 253 251 68 -
CMYK 0 0.01 0.73 0.01
HSL 59.35º 0.98% 0.63% -
HSV(B) 59.35º 0.73% 0.99% -
XYZ 76.05 90.29 18.89 -
YUV 230.74 36.16 143.88 -
System Red Green Blue C M Y K H S L
Decimal 253 251 68 0 0.01 0.73 0.01 59.35 0.98 0.63
Hex FD FB 44 0 1 49 1 3B 62 3F
Octal 375 373 104 0 1 111 1 73 142 77
Binary 11111101 11111011 1000100 0 1 1001001 1 111011 1100010 111111

Color Harmonies of #FDFB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFB44

Black with #FDFB44

Text Example


Text Example

White with #FDFB44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFB44; }

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

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

background-color css

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

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

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

border-color css

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

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

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