Html Css Color HEX #FBED4E Paris Daisy

📋 copy color: '#FBED4E'

red 251 ◦ green 237 ◦ blue 78

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

Shades of Paris Daisy #FBED4E

Tints of Paris Daisy #FBED4E

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.87%

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

R = 44.35%
G = 41.87%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FBED4E (or 0xFBED4E) is known color: Paris Daisy. HEX triplet: FB, ED and 4E. RGB value is (251,237,78). Sum of RGB (Red+Green+Blue) = 251+237+78=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 237 (92.97% from 255 or 41.87% from 566); Blue value is 78 (30.86% from 255 or 13.78% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBED4E is #0412B1. Grayscale: #DFDFDF. Windows color (decimal): -266930 or 5172731. OLE color: 5172731.

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

Color convert

RGB 251 237 78 -
CMYK 0 0.06 0.69 0.02
HSL 55.14º 0.96% 0.65% -
HSV(B) 55.14º 0.69% 0.98% -
XYZ 71.44 81.63 19.2 -
YUV 223.06 46.14 147.93 -
System Red Green Blue C M Y K H S L
Decimal 251 237 78 0 0.06 0.69 0.02 55.14 0.96 0.65
Hex FB ED 4E 0 6 45 2 37 60 41
Octal 373 355 116 0 6 105 2 67 140 101
Binary 11111011 11101101 1001110 0 110 1000101 10 110111 1100000 1000001

Color Harmonies of #FBED4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBED4E

Black with #FBED4E

Text Example


Text Example

White with #FBED4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBED4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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