Html Css Color HEX #FDFB45 Paris Daisy

📋 copy color: '#FDFB45'

red 253 ◦ green 251 ◦ blue 69

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

Shades of Paris Daisy #FDFB45

Tints of Paris Daisy #FDFB45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.04%

R = 44.15%
G = 43.8%
B = 12.04%

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

#FDFB45 (or 0xFDFB45) is known color: Paris Daisy. HEX triplet: FD, FB and 45. RGB value is (253,251,69). Sum of RGB (Red+Green+Blue) = 253+251+69=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 251 (98.44% from 255 or 43.80% from 573); Blue value is 69 (27.34% from 255 or 12.04% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFB45 is #0204BA. Grayscale: #E7E7E7. Windows color (decimal): -132283 or 4586493. OLE color: 4586493.

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

Color convert

RGB 253 251 69 -
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.08 90.31 19.05 -
YUV 230.85 36.66 143.8 -
System Red Green Blue C M Y K H S L
Decimal 253 251 69 0 0.01 0.73 0.01 59.35 0.98 0.63
Hex FD FB 45 0 1 49 1 3B 62 3F
Octal 375 373 105 0 1 111 1 73 142 77
Binary 11111101 11111011 1000101 0 1 1001001 1 111011 1100010 111111

Color Harmonies of #FDFB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFB45

Black with #FDFB45

Text Example


Text Example

White with #FDFB45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFB45; }

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

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

background-color css

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

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

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

border-color css

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

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

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