Html Css Color HEX #FBE54D Paris Daisy

📋 copy color: '#FBE54D'

red 251 ◦ green 229 ◦ blue 77

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

Shades of Paris Daisy #FBE54D

Tints of Paris Daisy #FBE54D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 13.82%

R = 45.06%
G = 41.11%
B = 13.82%

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

#FBE54D (or 0xFBE54D) is known color: Paris Daisy. HEX triplet: FB, E5 and 4D. RGB value is (251,229,77). Sum of RGB (Red+Green+Blue) = 251+229+77=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 229 (89.84% from 255 or 41.11% from 557); Blue value is 77 (30.47% from 255 or 13.82% from 557); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE54D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE54D is #041AB2. Grayscale: #DADADA. Windows color (decimal): -268979 or 5105147. OLE color: 5105147.

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

Color convert

RGB 251 229 77 -
CMYK 0 0.09 0.69 0.02
HSL 52.41º 0.96% 0.64% -
HSV(B) 52.41º 0.69% 0.98% -
XYZ 69.14 77.08 18.26 -
YUV 218.25 48.29 151.36 -
System Red Green Blue C M Y K H S L
Decimal 251 229 77 0 0.09 0.69 0.02 52.41 0.96 0.64
Hex FB E5 4D 0 9 45 2 34 60 40
Octal 373 345 115 0 11 105 2 64 140 100
Binary 11111011 11100101 1001101 0 1001 1000101 10 110100 1100000 1000000

Color Harmonies of #FBE54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE54D

Black with #FBE54D

Text Example


Text Example

White with #FBE54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE54D; }

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

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

background-color css

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

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

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

border-color css

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

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

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