Html Css Color HEX #FBE94C Paris Daisy

📋 copy color: '#FBE94C'

red 251 ◦ green 233 ◦ blue 76

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

Shades of Paris Daisy #FBE94C

Tints of Paris Daisy #FBE94C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 13.57%

R = 44.82%
G = 41.61%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FBE94C (or 0xFBE94C) is known color: Paris Daisy. HEX triplet: FB, E9 and 4C. RGB value is (251,233,76). Sum of RGB (Red+Green+Blue) = 251+233+76=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 233 (91.41% from 255 or 41.61% from 560); Blue value is 76 (30.08% from 255 or 13.57% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE94C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBE94C is #0416B3. Grayscale: #DDDDDD. Windows color (decimal): -267956 or 5040635. OLE color: 5040635.

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

Color convert

RGB 251 233 76 -
CMYK 0 0.07 0.70 0.02
HSL 53.83º 0.96% 0.64% -
HSV(B) 53.83º 0.7% 0.98% -
XYZ 70.23 79.31 18.44 -
YUV 220.48 46.46 149.77 -
System Red Green Blue C M Y K H S L
Decimal 251 233 76 0 0.07 0.70 0.02 53.83 0.96 0.64
Hex FB E9 4C 0 7 46 2 36 60 40
Octal 373 351 114 0 7 106 2 66 140 100
Binary 11111011 11101001 1001100 0 111 1000110 10 110110 1100000 1000000

Color Harmonies of #FBE94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE94C

Black with #FBE94C

Text Example


Text Example

White with #FBE94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE94C; }

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

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

background-color css

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

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

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

border-color css

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

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

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