Html Css Color HEX #FBE94A Paris Daisy

📋 copy color: '#FBE94A'

red 251 ◦ green 233 ◦ blue 74

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

Shades of Paris Daisy #FBE94A

Tints of Paris Daisy #FBE94A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.76%

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

R = 44.98%
G = 41.76%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FBE94A (or 0xFBE94A) is known color: Paris Daisy. HEX triplet: FB, E9 and 4A. RGB value is (251,233,74). Sum of RGB (Red+Green+Blue) = 251+233+74=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 233 (91.41% from 255 or 41.76% from 558); Blue value is 74 (29.30% from 255 or 13.26% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE94A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBE94A is #0416B5. Grayscale: #DCDCDC. Windows color (decimal): -267958 or 4909563. OLE color: 4909563.

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

Color convert

RGB 251 233 74 -
CMYK 0 0.07 0.71 0.02
HSL 53.9º 0.96% 0.64% -
HSV(B) 53.9º 0.71% 0.98% -
XYZ 70.16 79.28 18.08 -
YUV 220.26 45.46 149.93 -
System Red Green Blue C M Y K H S L
Decimal 251 233 74 0 0.07 0.71 0.02 53.9 0.96 0.64
Hex FB E9 4A 0 7 47 2 36 60 40
Octal 373 351 112 0 7 107 2 66 140 100
Binary 11111011 11101001 1001010 0 111 1000111 10 110110 1100000 1000000

Color Harmonies of #FBE94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE94A

Black with #FBE94A

Text Example


Text Example

White with #FBE94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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