Html Css Color HEX #FBE54E Paris Daisy

📋 copy color: '#FBE54E'

red 251 ◦ green 229 ◦ blue 78

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

Shades of Paris Daisy #FBE54E

Tints of Paris Daisy #FBE54E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 13.98%

R = 44.98%
G = 41.04%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FBE54E (or 0xFBE54E) is known color: Paris Daisy. HEX triplet: FB, E5 and 4E. RGB value is (251,229,78). Sum of RGB (Red+Green+Blue) = 251+229+78=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 229 (89.84% from 255 or 41.04% from 558); Blue value is 78 (30.86% from 255 or 13.98% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE54E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE54E is #041AB1. Grayscale: #DADADA. Windows color (decimal): -268978 or 5170683. OLE color: 5170683.

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

Color convert

RGB 251 229 78 -
CMYK 0 0.09 0.69 0.02
HSL 52.37º 0.96% 0.65% -
HSV(B) 52.37º 0.69% 0.98% -
XYZ 69.18 77.1 18.44 -
YUV 218.36 48.79 151.28 -
System Red Green Blue C M Y K H S L
Decimal 251 229 78 0 0.09 0.69 0.02 52.37 0.96 0.65
Hex FB E5 4E 0 9 45 2 34 60 41
Octal 373 345 116 0 11 105 2 64 140 101
Binary 11111011 11100101 1001110 0 1001 1000101 10 110100 1100000 1000001

Color Harmonies of #FBE54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE54E

Black with #FBE54E

Text Example


Text Example

White with #FBE54E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE54E; }

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

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

background-color css

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

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

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

border-color css

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

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

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