Html Css Color HEX #FBED45 Paris Daisy

📋 copy color: '#FBED45'

red 251 ◦ green 237 ◦ blue 69

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

Shades of Paris Daisy #FBED45

Tints of Paris Daisy #FBED45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.39%

R = 45.06%
G = 42.55%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FBED45 (or 0xFBED45) is known color: Paris Daisy. HEX triplet: FB, ED and 45. RGB value is (251,237,69). Sum of RGB (Red+Green+Blue) = 251+237+69=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 69 (27.34% from 255 or 12.39% from 557); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBED45 is #0412BA. Grayscale: #DEDEDE. Windows color (decimal): -266939 or 4582907. OLE color: 4582907.

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

Color convert

RGB 251 237 69 -
CMYK 0 0.06 0.73 0.02
HSL 55.38º 0.96% 0.63% -
HSV(B) 55.38º 0.73% 0.98% -
XYZ 71.14 81.51 17.61 -
YUV 222.03 41.64 148.66 -
System Red Green Blue C M Y K H S L
Decimal 251 237 69 0 0.06 0.73 0.02 55.38 0.96 0.63
Hex FB ED 45 0 6 49 2 37 60 3F
Octal 373 355 105 0 6 111 2 67 140 77
Binary 11111011 11101101 1000101 0 110 1001001 10 110111 1100000 111111

Color Harmonies of #FBED45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBED45

Black with #FBED45

Text Example


Text Example

White with #FBED45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBED45; }

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

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

background-color css

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

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

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

border-color css

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

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

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