Html Css Color HEX #FBED46 Paris Daisy

📋 copy color: '#FBED46'

red 251 ◦ green 237 ◦ blue 70

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

Shades of Paris Daisy #FBED46

Tints of Paris Daisy #FBED46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 12.54%

R = 44.98%
G = 42.47%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FBED46 (or 0xFBED46) is known color: Paris Daisy. HEX triplet: FB, ED and 46. RGB value is (251,237,70). Sum of RGB (Red+Green+Blue) = 251+237+70=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 237 (92.97% from 255 or 42.47% from 558); Blue value is 70 (27.73% from 255 or 12.54% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBED46 is #0412B9. Grayscale: #DEDEDE. Windows color (decimal): -266938 or 4648443. OLE color: 4648443.

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

Color convert

RGB 251 237 70 -
CMYK 0 0.06 0.72 0.02
HSL 55.36º 0.96% 0.63% -
HSV(B) 55.36º 0.72% 0.98% -
XYZ 71.17 81.52 17.78 -
YUV 222.15 42.14 148.58 -
System Red Green Blue C M Y K H S L
Decimal 251 237 70 0 0.06 0.72 0.02 55.36 0.96 0.63
Hex FB ED 46 0 6 48 2 37 60 3F
Octal 373 355 106 0 6 110 2 67 140 77
Binary 11111011 11101101 1000110 0 110 1001000 10 110111 1100000 111111

Color Harmonies of #FBED46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBED46

Black with #FBED46

Text Example


Text Example

White with #FBED46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBED46; }

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

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

background-color css

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

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

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

border-color css

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

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

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