Html Css Color HEX #FBE34E Paris Daisy

📋 copy color: '#FBE34E'

red 251 ◦ green 227 ◦ blue 78

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

Shades of Paris Daisy #FBE34E

Tints of Paris Daisy #FBE34E

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.83%

 BLUE value IS 78 (30.86% from 255) = 14.03%

R = 45.14%
G = 40.83%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FBE34E (or 0xFBE34E) is known color: Paris Daisy. HEX triplet: FB, E3 and 4E. RGB value is (251,227,78). Sum of RGB (Red+Green+Blue) = 251+227+78=556 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.14% from 556); Green value is 227 (89.06% from 255 or 40.83% from 556); Blue value is 78 (30.86% from 255 or 14.03% from 556); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE34E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE34E is #041CB1. Grayscale: #D9D9D9. Windows color (decimal): -269490 or 5170171. OLE color: 5170171.

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

Color convert

RGB 251 227 78 -
CMYK 0 0.10 0.69 0.02
HSL 51.68º 0.96% 0.65% -
HSV(B) 51.68º 0.69% 0.98% -
XYZ 68.63 76 18.26 -
YUV 217.19 49.45 152.12 -
System Red Green Blue C M Y K H S L
Decimal 251 227 78 0 0.10 0.69 0.02 51.68 0.96 0.65
Hex FB E3 4E 0 A 45 2 34 60 41
Octal 373 343 116 0 12 105 2 64 140 101
Binary 11111011 11100011 1001110 0 1010 1000101 10 110100 1100000 1000001

Color Harmonies of #FBE34E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE34E

Black with #FBE34E

Text Example


Text Example

White with #FBE34E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE34E; }

 p { color: rgb(251,227,78); }

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

background-color css

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

 a { background-color: rgb(251,227,78); }

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

border-color css

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

 span { border-color: rgb(251,227,78); }

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