Html Css Color HEX #FDFB50 Paris Daisy

📋 copy color: '#FDFB50'

red 253 ◦ green 251 ◦ blue 80

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

Shades of Paris Daisy #FDFB50

Tints of Paris Daisy #FDFB50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 13.7%

R = 43.32%
G = 42.98%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDFB50 (or 0xFDFB50) is known color: Paris Daisy. HEX triplet: FD, FB and 50. RGB value is (253,251,80). Sum of RGB (Red+Green+Blue) = 253+251+80=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 251 (98.44% from 255 or 42.98% from 584); Blue value is 80 (31.64% from 255 or 13.70% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFB50 is #0204AF. Grayscale: #E8E8E8. Windows color (decimal): -132272 or 5307389. OLE color: 5307389.

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

Color convert

RGB 253 251 80 -
CMYK 0 0.01 0.68 0.01
HSL 59.31º 0.98% 0.65% -
HSV(B) 59.31º 0.68% 0.99% -
XYZ 76.45 90.46 21.02 -
YUV 232.1 42.16 142.9 -
System Red Green Blue C M Y K H S L
Decimal 253 251 80 0 0.01 0.68 0.01 59.31 0.98 0.65
Hex FD FB 50 0 1 44 1 3B 62 41
Octal 375 373 120 0 1 104 1 73 142 101
Binary 11111101 11111011 1010000 0 1 1000100 1 111011 1100010 1000001

Color Harmonies of #FDFB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFB50

Black with #FDFB50

Text Example


Text Example

White with #FDFB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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