Html Css Color HEX #FBE84A Paris Daisy

📋 copy color: '#FBE84A'

red 251 ◦ green 232 ◦ blue 74

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

Shades of Paris Daisy #FBE84A

Tints of Paris Daisy #FBE84A

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.65%

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

R = 45.06%
G = 41.65%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FBE84A (or 0xFBE84A) is known color: Paris Daisy. HEX triplet: FB, E8 and 4A. RGB value is (251,232,74). Sum of RGB (Red+Green+Blue) = 251+232+74=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 232 (91.02% from 255 or 41.65% from 557); Blue value is 74 (29.30% from 255 or 13.29% from 557); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE84A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBE84A is #0417B5. Grayscale: #DCDCDC. Windows color (decimal): -268214 or 4909307. OLE color: 4909307.

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

Color convert

RGB 251 232 74 -
CMYK 0 0.08 0.71 0.02
HSL 53.56º 0.96% 0.64% -
HSV(B) 53.56º 0.71% 0.98% -
XYZ 69.88 78.72 17.99 -
YUV 219.67 45.79 150.35 -
System Red Green Blue C M Y K H S L
Decimal 251 232 74 0 0.08 0.71 0.02 53.56 0.96 0.64
Hex FB E8 4A 0 8 47 2 36 60 40
Octal 373 350 112 0 10 107 2 66 140 100
Binary 11111011 11101000 1001010 0 1000 1000111 10 110110 1100000 1000000

Color Harmonies of #FBE84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE84A

Black with #FBE84A

Text Example


Text Example

White with #FBE84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE84A; }

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

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

background-color css

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

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

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

border-color css

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

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

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