Html Css Color HEX #FBE548 Paris Daisy

📋 copy color: '#FBE548'

red 251 ◦ green 229 ◦ blue 72

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

Shades of Paris Daisy #FBE548

Tints of Paris Daisy #FBE548

RGB

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

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

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

R = 45.47%
G = 41.49%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FBE548 (or 0xFBE548) is known color: Paris Daisy. HEX triplet: FB, E5 and 48. RGB value is (251,229,72). Sum of RGB (Red+Green+Blue) = 251+229+72=552 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.47% from 552); Green value is 229 (89.84% from 255 or 41.49% from 552); Blue value is 72 (28.52% from 255 or 13.04% from 552); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE548 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE548 is #041AB7. Grayscale: #DADADA. Windows color (decimal): -268984 or 4777467. OLE color: 4777467.

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

Color convert

RGB 251 229 72 -
CMYK 0 0.09 0.71 0.02
HSL 52.63º 0.96% 0.63% -
HSV(B) 52.63º 0.71% 0.98% -
XYZ 68.97 77.02 17.36 -
YUV 217.68 45.79 151.77 -
System Red Green Blue C M Y K H S L
Decimal 251 229 72 0 0.09 0.71 0.02 52.63 0.96 0.63
Hex FB E5 48 0 9 47 2 35 60 3F
Octal 373 345 110 0 11 107 2 65 140 77
Binary 11111011 11100101 1001000 0 1001 1000111 10 110101 1100000 111111

Color Harmonies of #FBE548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE548

Black with #FBE548

Text Example


Text Example

White with #FBE548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE548; }

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

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

background-color css

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

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

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

border-color css

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

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

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