Html Css Color HEX #FBE54A Paris Daisy

📋 copy color: '#FBE54A'

red 251 ◦ green 229 ◦ blue 74

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

Shades of Paris Daisy #FBE54A

Tints of Paris Daisy #FBE54A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.36%

R = 45.31%
G = 41.34%
B = 13.36%

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

#FBE54A (or 0xFBE54A) is known color: Paris Daisy. HEX triplet: FB, E5 and 4A. RGB value is (251,229,74). Sum of RGB (Red+Green+Blue) = 251+229+74=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 229 (89.84% from 255 or 41.34% from 554); Blue value is 74 (29.30% from 255 or 13.36% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE54A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE54A is #041AB5. Grayscale: #DADADA. Windows color (decimal): -268982 or 4908539. OLE color: 4908539.

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

Color convert

RGB 251 229 74 -
CMYK 0 0.09 0.71 0.02
HSL 52.54º 0.96% 0.64% -
HSV(B) 52.54º 0.71% 0.98% -
XYZ 69.04 77.04 17.71 -
YUV 217.91 46.79 151.6 -
System Red Green Blue C M Y K H S L
Decimal 251 229 74 0 0.09 0.71 0.02 52.54 0.96 0.64
Hex FB E5 4A 0 9 47 2 35 60 40
Octal 373 345 112 0 11 107 2 65 140 100
Binary 11111011 11100101 1001010 0 1001 1000111 10 110101 1100000 1000000

Color Harmonies of #FBE54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE54A

Black with #FBE54A

Text Example


Text Example

White with #FBE54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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