Html Css Color HEX #FBE34D Paris Daisy

📋 copy color: '#FBE34D'

red 251 ◦ green 227 ◦ blue 77

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

Shades of Paris Daisy #FBE34D

Tints of Paris Daisy #FBE34D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 13.87%

R = 45.23%
G = 40.9%
B = 13.87%

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

#FBE34D (or 0xFBE34D) is known color: Paris Daisy. HEX triplet: FB, E3 and 4D. RGB value is (251,227,77). Sum of RGB (Red+Green+Blue) = 251+227+77=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 227 (89.06% from 255 or 40.90% from 555); Blue value is 77 (30.47% from 255 or 13.87% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE34D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE34D is #041CB2. Grayscale: #D9D9D9. Windows color (decimal): -269491 or 5104635. OLE color: 5104635.

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

Color convert

RGB 251 227 77 -
CMYK 0 0.10 0.69 0.02
HSL 51.72º 0.96% 0.64% -
HSV(B) 51.72º 0.69% 0.98% -
XYZ 68.59 75.98 18.07 -
YUV 217.08 48.95 152.2 -
System Red Green Blue C M Y K H S L
Decimal 251 227 77 0 0.10 0.69 0.02 51.72 0.96 0.64
Hex FB E3 4D 0 A 45 2 34 60 40
Octal 373 343 115 0 12 105 2 64 140 100
Binary 11111011 11100011 1001101 0 1010 1000101 10 110100 1100000 1000000

Color Harmonies of #FBE34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE34D

Black with #FBE34D

Text Example


Text Example

White with #FBE34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE34D; }

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

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

background-color css

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

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

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

border-color css

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

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

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