Html Css Color HEX #FBE552 Paris Daisy

📋 copy color: '#FBE552'

red 251 ◦ green 229 ◦ blue 82

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

Shades of Paris Daisy #FBE552

Tints of Paris Daisy #FBE552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 14.59%

R = 44.66%
G = 40.75%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FBE552 (or 0xFBE552) is known color: Paris Daisy. HEX triplet: FB, E5 and 52. RGB value is (251,229,82). Sum of RGB (Red+Green+Blue) = 251+229+82=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 229 (89.84% from 255 or 40.75% from 562); Blue value is 82 (32.42% from 255 or 14.59% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE552 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE552 is #041AAD. Grayscale: #DBDBDB. Windows color (decimal): -268974 or 5432827. OLE color: 5432827.

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

Color convert

RGB 251 229 82 -
CMYK 0 0.09 0.67 0.02
HSL 52.19º 0.95% 0.65% -
HSV(B) 52.19º 0.67% 0.98% -
XYZ 69.33 77.16 19.22 -
YUV 218.82 50.79 150.95 -
System Red Green Blue C M Y K H S L
Decimal 251 229 82 0 0.09 0.67 0.02 52.19 0.95 0.65
Hex FB E5 52 0 9 43 2 34 5F 41
Octal 373 345 122 0 11 103 2 64 137 101
Binary 11111011 11100101 1010010 0 1001 1000011 10 110100 1011111 1000001

Color Harmonies of #FBE552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE552

Black with #FBE552

Text Example


Text Example

White with #FBE552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE552; }

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

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

background-color css

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

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

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

border-color css

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

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

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