Html Css Color HEX #FBED50 Paris Daisy

📋 copy color: '#FBED50'

red 251 ◦ green 237 ◦ blue 80

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

Shades of Paris Daisy #FBED50

Tints of Paris Daisy #FBED50

RGB

 RED value IS 251 (98.44% from 255) = 44.19%

 GREEN value IS 237 (92.97% from 255) = 41.73%

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

R = 44.19%
G = 41.73%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FBED50 (or 0xFBED50) is known color: Paris Daisy. HEX triplet: FB, ED and 50. RGB value is (251,237,80). Sum of RGB (Red+Green+Blue) = 251+237+80=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 80 (31.64% from 255 or 14.08% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBED50 is #0412AF. Grayscale: #DFDFDF. Windows color (decimal): -266928 or 5303803. OLE color: 5303803.

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

Color convert

RGB 251 237 80 -
CMYK 0 0.06 0.68 0.02
HSL 55.09º 0.96% 0.65% -
HSV(B) 55.09º 0.68% 0.98% -
XYZ 71.52 81.66 19.58 -
YUV 223.29 47.14 147.77 -
System Red Green Blue C M Y K H S L
Decimal 251 237 80 0 0.06 0.68 0.02 55.09 0.96 0.65
Hex FB ED 50 0 6 44 2 37 60 41
Octal 373 355 120 0 6 104 2 67 140 101
Binary 11111011 11101101 1010000 0 110 1000100 10 110111 1100000 1000001

Color Harmonies of #FBED50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBED50

Black with #FBED50

Text Example


Text Example

White with #FBED50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBED50; }

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

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

background-color css

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

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

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

border-color css

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

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

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