Html Css Color HEX #FBE048 Paris Daisy

📋 copy color: '#FBE048'

red 251 ◦ green 224 ◦ blue 72

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

Shades of Paris Daisy #FBE048

Tints of Paris Daisy #FBE048

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.95%

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

R = 45.89%
G = 40.95%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FBE048 (or 0xFBE048) is known color: Paris Daisy. HEX triplet: FB, E0 and 48. RGB value is (251,224,72). Sum of RGB (Red+Green+Blue) = 251+224+72=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 224 (87.89% from 255 or 40.95% from 547); Blue value is 72 (28.52% from 255 or 13.16% from 547); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE048 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE048 is #041FB7. Grayscale: #D7D7D7. Windows color (decimal): -270264 or 4776187. OLE color: 4776187.

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

Color convert

RGB 251 224 72 -
CMYK 0 0.11 0.71 0.02
HSL 50.95º 0.96% 0.63% -
HSV(B) 50.95º 0.71% 0.98% -
XYZ 67.61 74.29 16.91 -
YUV 214.75 47.45 153.86 -
System Red Green Blue C M Y K H S L
Decimal 251 224 72 0 0.11 0.71 0.02 50.95 0.96 0.63
Hex FB E0 48 0 B 47 2 33 60 3F
Octal 373 340 110 0 13 107 2 63 140 77
Binary 11111011 11100000 1001000 0 1011 1000111 10 110011 1100000 111111

Color Harmonies of #FBE048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE048

Black with #FBE048

Text Example


Text Example

White with #FBE048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE048; }

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

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

background-color css

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

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

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

border-color css

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

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

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