Html Css Color HEX #FDFB48 Paris Daisy

📋 copy color: '#FDFB48'

red 253 ◦ green 251 ◦ blue 72

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

Shades of Paris Daisy #FDFB48

Tints of Paris Daisy #FDFB48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 12.5%

R = 43.92%
G = 43.58%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FDFB48 (or 0xFDFB48) is known color: Paris Daisy. HEX triplet: FD, FB and 48. RGB value is (253,251,72). Sum of RGB (Red+Green+Blue) = 253+251+72=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 251 (98.44% from 255 or 43.58% from 576); Blue value is 72 (28.52% from 255 or 12.5% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB48 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFB48 is #0204B7. Grayscale: #E7E7E7. Windows color (decimal): -132280 or 4783101. OLE color: 4783101.

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

Color convert

RGB 253 251 72 -
CMYK 0 0.01 0.72 0.01
HSL 59.34º 0.98% 0.64% -
HSV(B) 59.34º 0.72% 0.99% -
XYZ 76.17 90.34 19.55 -
YUV 231.19 38.16 143.55 -
System Red Green Blue C M Y K H S L
Decimal 253 251 72 0 0.01 0.72 0.01 59.34 0.98 0.64
Hex FD FB 48 0 1 48 1 3B 62 40
Octal 375 373 110 0 1 110 1 73 142 100
Binary 11111101 11111011 1001000 0 1 1001000 1 111011 1100010 1000000

Color Harmonies of #FDFB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFB48

Black with #FDFB48

Text Example


Text Example

White with #FDFB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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