Html Css Color HEX #FBE550 Paris Daisy

📋 copy color: '#FBE550'

red 251 ◦ green 229 ◦ blue 80

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

Shades of Paris Daisy #FBE550

Tints of Paris Daisy #FBE550

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.89%

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

R = 44.82%
G = 40.89%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FBE550 (or 0xFBE550) is known color: Paris Daisy. HEX triplet: FB, E5 and 50. RGB value is (251,229,80). Sum of RGB (Red+Green+Blue) = 251+229+80=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 229 (89.84% from 255 or 40.89% from 560); Blue value is 80 (31.64% from 255 or 14.29% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE550 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE550 is #041AAF. Grayscale: #DBDBDB. Windows color (decimal): -268976 or 5301755. OLE color: 5301755.

HSL color Cylindrical-coordinate representation of color #FBE550: hue angle of 52.28º 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 #FBE550 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 229 80 -
CMYK 0 0.09 0.68 0.02
HSL 52.28º 0.96% 0.65% -
HSV(B) 52.28º 0.68% 0.98% -
XYZ 69.25 77.13 18.83 -
YUV 218.59 49.79 151.12 -
System Red Green Blue C M Y K H S L
Decimal 251 229 80 0 0.09 0.68 0.02 52.28 0.96 0.65
Hex FB E5 50 0 9 44 2 34 60 41
Octal 373 345 120 0 11 104 2 64 140 101
Binary 11111011 11100101 1010000 0 1001 1000100 10 110100 1100000 1000001

Color Harmonies of #FBE550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE550

Black with #FBE550

Text Example


Text Example

White with #FBE550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE550; }

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

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

background-color css

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

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

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

border-color css

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

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

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